OpenBLAS/cmake
Michael Lass 7a9a4dbc4f Fix detection of AVX512 capable compilers in getarch
21eda8b5 introduced a check in getarch.c to test if the compiler is capable of
AVX512. This check currently fails, since the used __AVX2__ macro is only
defined if getarch itself was compiled with AVX2/AVX512 support. Make sure this
is the case by building getarch with -march=native on x86_64. It is only
supposed to run on the build host anyway.
2019-06-05 17:30:56 +02:00
..
OpenBLASConfig.cmake.in Add template for OpenBLASConfig.cmake 2018-06-10 09:25:46 +02:00
arch.cmake Support DYNAMIC_LIST option in cmake 2019-02-05 23:51:40 +01:00
cc.cmake Clean up, fix old typos. Simplify arch usages. Move system arch check to earlier position. 2017-08-21 00:37:29 +10:00
export.cmake Ninja complains that file openblas.def does not exist 2017-07-29 21:00:32 +05:30
f_check.cmake Allow using compilers other than gfortran in conjunction with 2017-11-06 14:39:12 -06:00
fc.cmake handle cmake too 2018-11-06 09:45:49 +00:00
kernel.cmake Misc. typo fixes 2019-04-29 17:03:56 -04:00
lapack.cmake update cmake files 2017-11-24 08:15:40 +01:00
lapacke.cmake Restore LAPACKE files for Xgeqpf, Xggsvd and Xggsvp 2017-12-21 19:43:09 +01:00
openblas.pc.in Allow to install the 'interfare64' version concurrently with the regular version 2018-09-15 21:00:03 -07:00
os.cmake Add -lm and disable EXPRECISION support on *BSD 2019-04-02 09:38:18 +02:00
prebuild.cmake More fixes for cross-compiling ARM64 targets 2019-01-03 22:17:31 +01:00
system.cmake Fix detection of AVX512 capable compilers in getarch 2019-06-05 17:30:56 +02:00
system_check.cmake Detect 32bit environment on 64bit ARM hardware 2019-03-31 10:50:43 +02:00
utils.cmake Misc. typo fixes 2019-04-29 17:03:56 -04:00