summaryrefslogtreecommitdiff
path: root/Makefile.x86_64
AgeCommit message (Expand)AuthorFilesLines
2021-10-12Fix build error in legacy gccWangyang Guo1-0/+10
2021-10-12initial support for Sapphire Rapids platformWangyang Guo1-0/+24
2021-05-22Handle inadvertent use of DYNAMIC_ARCH=0Martin Kroeker1-1/+1
2021-04-04Update Makefile.x86_64Martin Kroeker1-6/+2
2021-04-03Fix spillover of host-specific build flags into the shared part of DYNAMIC_AR...Martin Kroeker1-4/+15
2021-03-11Support compilation with the NAG Fortran compilerMartin Kroeker1-0/+14
2020-12-17Move -fma option setting to kernel/Makefile.L1Martin Kroeker1-6/+0
2020-11-30Suppress -mfma as well for gcc 4.6Martin Kroeker1-0/+2
2020-11-29Add workaround for gcc 4.6 miscompiling assembly kernels with -mavxMartin Kroeker1-0/+4
2020-11-07Fix propagation of cpu properties to compiler optionsMartin Kroeker1-4/+12
2020-10-22reuse variables defined in Makefile.systemGuillaume Horel1-6/+1
2020-10-23Fix twisted spelling that broke the gfortran version test againMartin Kroeker1-1/+1
2020-10-21actually check that version is greater than 4.7Guillaume Horel1-2/+6
2020-10-20Enable -mavx2 for flang as wellMartin Kroeker1-0/+4
2020-10-16Add AVX flags for clang/aocc as wellMartin Kroeker1-0/+4
2020-10-14Add -msse4.1 when SSE4.1 is supportedMartin Kroeker1-0/+4
2020-10-13Fix typoMartin Kroeker1-1/+1
2020-10-13Expressly enable -mavx2 on Zen, SkylakeX and Cooperlake as wellMartin Kroeker1-1/+1
2020-10-13Add -mssse3 if supported by the hardwareMartin Kroeker1-0/+4
2020-10-11Do not rely on HAVE_SSE3 in DYNAMIC_ARCH buildsMartin Kroeker1-0/+2
2020-10-10add sse3 compiler flagQiyu81-0/+5
2020-08-19make march=cooperlake option conditional on gcc >= 10.1Martin Kroeker1-0/+7
2020-08-13Enable COOPERLAKE build targetChen, Guobing1-0/+19
2020-07-02Option -mavx2 requires at least gcc 4.7Martin Kroeker1-0/+10
2020-02-27Apply MinGW AVX512 compilation fix to fortran options as wellMartin Kroeker1-0/+2
2019-06-14Update Makefile.x86_64Martin Kroeker1-1/+1
2019-06-13Do not force gcc options on non-gcc compilersMartin Kroeker1-0/+4
2018-12-23Add -mavx2 to TARGET=HASWELL buildsMartin Kroeker1-0/+11
2018-12-11Avoid adding blanket march=skylake-avx512 to dynamic_arch buildsMartin Kroeker1-0/+2
2018-10-09Use cygwin compilation workaround for avx512 on msys2/mingw64 as wellMartin Kroeker1-0/+5
2018-08-06Add workaround for avx512 compilations on CygwinMartin Kroeker1-0/+3
2018-06-20Add -march=skylake-avx512 to flags if target is skylake xMartin Kroeker1-0/+7
2014-06-27Remove all trailing whitespace except lapack-netlibTimothy Gu1-1/+1
2013-07-25Respect user's LDFLAGSSebastien Fabbro1-13/+0
2011-01-24Import GotoBLAS2 1.13 BSD version codes.Xianyi Zhang1-0/+102