summaryrefslogtreecommitdiff
path: root/cmake
AgeCommit message (Expand)AuthorFilesLines
2022-08-06Merge pull request #3609 from martin-frbg/lapack3101Martin Kroeker1-11/+17
2022-08-04Merge pull request #3714 from martin-frbg/crosscmakeMartin Kroeker1-0/+680
2022-08-04Support compilation with the Cray C and Fortran compilers (#3712)Martin Kroeker2-0/+19
2022-08-04Add more x86_64 target definitions for cross-compilingMartin Kroeker1-0/+680
2022-08-02Add TCORE Generic in prebuild.cmakeNursultan Zarlyk1-0/+9
2022-06-02Fix MSVC ARM64 build. Add generic kernel for ARM64Nursultan Zarlyk1-1/+5
2022-05-22Support USE_PERL fallback for gensymbolMartin Kroeker1-1/+10
2022-05-18rewrite perl scripts in universal shellOwen Rafferty2-6/+6
2022-04-21Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1martin-frbg1-11/+17
2022-04-17C_LAPACK: Fixes to make it compile with MSVC (#3605)Martin Kroeker2-2/+2
2022-04-09Use f2c translations of LAPACK when no Fortran compiler is available (#3539)Martin Kroeker3-7/+521
2022-03-29Merge pull request #3575 from mmuetzel/lapacke-win64Martin Kroeker1-1/+9
2022-03-28Cortex X1 is only Arm8.2Martin Kroeker1-1/+1
2022-03-27Add initial support for ARMV9 Cortex 510/710/X1/X2Martin Kroeker1-0/+24
2022-03-25Add support for Intel Fortran compilers.Markus Mützel1-1/+9
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