summaryrefslogtreecommitdiff
path: root/cmake
AgeCommit message (Expand)AuthorFilesLines
2022-01-21cmake: Check if Fortran compiler is usable before enabling it.Markus Mützel1-11/+8
2022-01-09Fix handling of ifdef/ifndefMartin Kroeker1-1/+1
2022-01-09Merge pull request #3508 from snadampal/v1_n2Martin Kroeker2-3/+59
2022-01-07OpenBLAS: aarch64: Add neoverse-v1/n2 architecture specificsSunita Nadampalli2-3/+59
2021-12-29Fix cmake crosscompilation for core2 targetjgillis1-0/+4
2021-12-10Use CMake variables instead of asRafael Cardoso Fernandes Sousa1-4/+10
2021-12-09Fix cmake for powerRafael Cardoso Fernandes Sousa3-5/+63
2021-11-26Merge pull request #3425 from binebrank/arm_sve_dgemmMartin Kroeker1-0/+18
2021-11-26Merge pull request #3459 from rafaelcfsousa/fix_cmakeMartin Kroeker2-241/+347
2021-11-26Adapt CMake for SVEBine Brank1-0/+18
2021-11-24Modify the order that cmake set the KERNEL variables (generic now is fallback)Rafael Cardoso Fernandes Sousa1-196/+200
2021-11-24Fix the cmake parser to identify more patternsRafael Cardoso Fernandes Sousa1-45/+147
2021-11-20Add CMAKE support for cross-compiling to MIPS32Martin Kroeker4-2/+41
2021-11-15cmake: Set SUFFIX64 also for NOFORTRANMarkus Mützel2-5/+5
2021-10-17Merge pull request #3404 from guowangy/spr-buildMartin Kroeker2-1/+30
2021-10-16Fix MinGW/Clang 64 bits detection.مهدي شينون (Mehdi Chinoune)1-3/+3
2021-10-12initial support for Sapphire Rapids platformWangyang Guo2-1/+30
2021-09-14Propagate BUILD_BFLOAT16 to CFLAGSMartin Kroeker1-0/+3
2021-09-14Add defaults for SBGEMV kernelsMartin Kroeker1-0/+2
2021-09-04Add "recursive" option for IBM xlf compiler (#3359)Martin Kroeker1-1/+1
2021-08-29Merge pull request #3335 from guowangy/small-matrix-latestMartin Kroeker1-0/+7
2021-08-11Fix a small syntax error. A ( was accidently deleted.cianciosa1-1/+1
2021-08-11Check the total number of arguments passed insead of if the ARGV# is defined....cianciosa1-10/+10
2021-08-05Small Matrix: enable by default for x86_64 archWangyang Guo1-0/+3
2021-08-04Small Matrix: support cmake buildWangyang Guo1-0/+4
2021-08-02Add cmake support for LOONGARCH64gxw4-1/+23
2021-07-22Fix regex to match kernels suffixed with cpuname tooMartin Kroeker1-2/+2
2021-07-22Rework setting of -mfma to only apply it where necessaryMartin Kroeker3-9/+17
2021-06-20add to cmake listings tooUser User-User3-3/+3
2021-06-16Modify defines for CR and RC to work around name collision on WindowsMartin Kroeker1-0/+13
2021-05-02Add entries for the new Householder Reconstruction functions from 3.9.1Martin Kroeker1-0/+16
2021-05-02Add entries for Householder reconstruction functions from 3.9.1Martin Kroeker1-12/+12
2021-04-07pass NO_AVX512 macro def刘雨培1-0/+4
2021-02-10Addressed issue #3100, removing an unnecessary write to the include directoryJake Arkinstall1-1/+0
2021-02-02Merge pull request #3096 from martin-frbg/fixclangcmakeMartin Kroeker1-5/+9
2021-02-02fix case in compiler name checkMartin Kroeker1-1/+1
2021-02-01remove spurious lines (probably editor malfunction)Martin Kroeker1-7/+0
2021-02-01handle AppleClang in Cooperlake support conditionMartin Kroeker1-2/+9
2021-02-01Fix compiler version check for Intel Cooperlake support (clang-cl does not ac...Martin Kroeker1-5/+9
2021-01-31Merge pull request #3073 from xoviat/embeddedMartin Kroeker1-0/+5
2021-01-25Add DYNAMIC_LIST support for ARM64Martin Kroeker1-0/+3
2021-01-19add cortex-m platformxoviat1-0/+5
2021-01-13Workaround for cmake having its own C_COMPILER variableMartin Kroeker1-0/+3
2020-11-13Add -mfma for HAVE_FMA3 in the non-DYNAMIC_ARCH case as wellMartin Kroeker1-0/+3
2020-11-07Remove extraneous quotes that caused a cmake policy warningMartin Kroeker1-2/+2
2020-11-07Fix placement of getarch call and spurious cpu property accumulation in DYNAM...Martin Kroeker2-96/+73
2020-11-03Add -msse3 where needed for DYNAMIC_ARCH buildsMartin Kroeker1-12/+9
2020-11-02Fix target testMartin Kroeker1-0/+2
2020-11-02Add files via uploadMartin Kroeker3-3/+62
2020-11-01typo fixMartin Kroeker1-1/+1