OpenMathLib
OpenBLAS
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
getarch/cpuid.S: Fix warning about executable stack When using the GNU toolchain a warning is printed about an executible stack: /usr/lib64/gcc/.../x86_64-suse-linux/bin/ld: warning: /tmp/ccyG3xBB.o: missing .note.GNU-stack section implies executable stack [ 15s] /usr/lib64/gcc/.../x86_64-suse-linux/bin/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker to prevent this warning, add: ``` .section .note.GNU-stack,"",@progbits ``` Signed-off-by: Egbert Eich <eich@suse.com>
e4t:z-arch-exec-stack
1 day ago
getarch/cpuid.S: Fix warning about executable stack When using the GNU toolchain a warning is printed about an executible stack: /usr/lib64/gcc/.../x86_64-suse-linux/bin/ld: warning: /tmp/ccyG3xBB.o: missing .note.GNU-stack section implies executable stack [ 15s] /usr/lib64/gcc/.../x86_64-suse-linux/bin/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker to prevent this warning, add: ``` .section .note.GNU-stack,"",@progbits ``` Signed-off-by: Egbert Eich <eich@suse.com>
e4t:z-arch-exec-stack
2 days ago
On zarch don't produce objects from assembler with a writable stack section On z-series, the current version of the GNU toolchain produces warnings such as: ``` /usr/lib64/gcc/[...]/s390x-suse-linux/bin/ld: warning: ztrmm_kernel_RC_Z14.o: missing .note.GNU-stack section implies executable stack /usr/lib64/[...]/s390x-suse-linux/bin/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker ``` To prevent this message and make sure we are future proof, add ``` .section .note.GNU-stack,"",@progbits ``` Signed-off-by: Egbert Eich <eich@suse.com>
e4t:z-arch-exec-stack
3 days ago
Merge pull request #5196 from martin-frbg/issue5193 Fix misinterpretation of NO_LAPACK=0 and SPMV settings in CMake builds
develop
3 days ago
Merge pull request #5195 from martin-frbg/update-gensymbolpl Re-synchronize gensymbol.pl with the posix shell version
develop
3 days ago
CMake: Avoid mixed OpenMP linkage
ywwry66:openmp_use_cmake
3 days ago
Fix ?spmv build and misinterpretation of NO_LAPACK=0
martin-frbg:issue5193
3 days ago
resynchronize with the posix shell version
martin-frbg:update-gensymbolpl
4 days ago
Active Branches
On zarch don't produce objects from assembler with a writable stack s…
last run
1 day ago
#5197
CodSpeed Performance Gauge
0%
CMake: Pass `OpenMP` compiler and linker flags through CMake targets
last run
3 days ago
#5180
CodSpeed Performance Gauge
0%
Add ?GEMMTR to cblas.h and copy CBLAS_?GEMMT(R) tests from Reference-LAPACK
last run
9 days ago
#5187
CodSpeed Performance Gauge
0%
© 2025 CodSpeed Technology
Home
Terms
Privacy
Docs