summaryrefslogtreecommitdiff
path: root/Makefile.system
AgeCommit message (Expand)AuthorFilesLines
2020-07-26ARM64: Add THUNDERX3T110 TargetAshwin Sekhar T K1-0/+1
2020-07-24Fix to store results in correct order for POWER10 GEMM kernelsRajalakshmi Srinivasaraghavan1-3/+0
2020-07-23Avoid undefining NAME,CNAME etc for pgcc as it makes it ignore the new defini...Martin Kroeker1-0/+2
2020-07-20Patch for building on SummitWileam Phan1-0/+22
2020-07-14Add new linker option for POWER10Rajalakshmi Srinivasaraghavan1-1/+4
2020-07-13Merge pull request #2682 from martin-frbg/aixMartin Kroeker1-0/+3
2020-07-12Make 32bit POWER8 use POWER6 kernels for nowMartin Kroeker1-0/+3
2020-07-09Change minimum gcc version for POWER10Rajalakshmi Srinivasaraghavan1-1/+6
2020-07-07Merge pull request #2670 from mhillenibm/dumpfullversion_on_gcc7Martin Kroeker1-2/+9
2020-06-23Merge pull request #2658 from RajalakshmiSR/p10Martin Kroeker1-0/+7
2020-06-16RFC: Use gcc -dumpfullversion to get minor version with gcc-7.xMarius Hillenbrand1-2/+9
2020-06-16Makefile.system: remove duplicate variable GCCVERSIONGT5Marius Hillenbrand1-1/+0
2020-06-16Fix gcc version detection for zarchMarius Hillenbrand1-5/+14
2020-06-14Merge pull request #2665 from martin-frbg/flang-fixes-2aMartin Kroeker1-11/+9
2020-06-14Re-enable higher optimization levels for flang while disabling loop unrolling...Martin Kroeker1-4/+8
2020-06-14Fix spelling of flang option -Mrecursive and add -KieeeMartin Kroeker1-7/+1
2020-06-13Respect predefined defaults for AR, AS, LD and RANLIBMartin Kroeker1-4/+4
2020-06-11powerpc: Add support for future processorRajalakshmi Srinivasaraghavan1-0/+7
2020-06-09Apply previously AOCC-specific workaround to all versions of flangMartin Kroeker1-6/+7
2020-06-07Use only -O1 with AMD AOCC version of flangMartin Kroeker1-1/+10
2020-05-26Merge pull request #2627 from pkubaj/patch-1Martin Kroeker1-0/+2
2020-05-25Add powerpc (32-bit)pkubaj1-0/+2
2020-05-25make GCC version detection OS-independentGuodong Xu1-7/+9
2020-05-12s390x: only build kernels supported by gcc with dynamic arch supportMarius Hillenbrand1-0/+18
2020-05-12s390x: gate dynamic arch detection on gcc version and add genericMarius Hillenbrand1-1/+2
2020-05-09Correct ifort optionsMartin Kroeker1-1/+1
2020-05-07Undefine ASMNAME/NAME/CNAME before defining themMartin Kroeker1-0/+1
2020-05-01Make building the bfloat16 functions conditional on option BUILD_HALF (#2590)Martin Kroeker1-0/+5
2020-04-22Export ELF_VERSION for use in powerpc kernel configurationsMartin Kroeker1-0/+1
2020-04-19Add compiler options for MIPS32 24K/1004KMartin Kroeker1-1/+8
2020-04-01ifort and pgfort need "recursive" for safe compilation of LAPACK as wellMartin Kroeker1-0/+2
2020-03-10Restore INTERFACE64 for arm64Martin Kroeker1-0/+10
2020-03-03Fix DYNAMIC_ARCH build for POWER9Rajalakshmi Srinivasaraghavan1-1/+1
2020-02-29Add Neoverse-N1 coreAli Saidi1-0/+2
2020-02-25Merge pull request #2437 from martin-frbg/issue2434Martin Kroeker1-0/+1
2020-02-24Add EMAG8180 to DYNAMIC_CORE list for ARM64Martin Kroeker1-0/+1
2020-02-19Get endianness into Makefile variableMartin Kroeker1-0/+1
2020-02-16Pass CFLAGS from env to Makefile.prebuild and remove iOS hackIsuru Fernando1-1/+1
2019-12-31add in runtime cpu detection for zarch (#2349)int_13h1-0/+7
2019-12-04Update DYNAMIC_ARCH support for ARM64 and PPC (#2332)Martin Kroeker1-0/+6
2019-10-24Improve support for g95 and non-GNU ldMartin Kroeker1-0/+3
2019-09-22Replace several POWER8/9 C kernels with their gcc7-generated assembly version...Martin Kroeker1-2/+12
2019-08-28Fix PGI build options (again)Martin Kroeker1-1/+1
2019-08-27Do not abuse the global ARCH variable as a local temporaryMartin Kroeker1-3/+5
2019-08-16Fix PGI compiler detection for getarchMartin Kroeker1-2/+2
2019-08-11Merge pull request #2212 from martin-frbg/nofort-nolibMartin Kroeker1-1/+2
2019-08-11Avoid adding a spurious dependency on the fortran runtime despite NOFORTRAN=1 Martin Kroeker1-1/+2
2019-07-07Fix surprising behaviour of NO_AFFINITY=0Martin Kroeker1-0/+4
2019-07-03Merge pull request #2162 from martin-frbg/pgiMartin Kroeker1-1/+2
2019-06-20PGI compiler does not like -march=nativeMartin Kroeker1-1/+2