Martin Kroeker
4376b6f7d2
Restore Loongson LA64ARCH handling
1 year ago
Martin Kroeker
fc10673fd3
Merge branch 'develop' into hugetlb-doc
1 year ago
Martin Kroeker
9c4e10fbd1
sort hugetlb and shm alloc options
1 year ago
Martin Kroeker
7c915e64ca
Silence a GCC14 warning/error in the f2c-converted LAPACK
1 year ago
Martin Kroeker
ae695d4ca0
Merge pull request #4642 from XiWeiGu/loongarch64_clang
CI: Add clang test for loongarch64
1 year ago
gxw
7cd438a5ac
loongarch64: Fixed clang compilation issues
1 year ago
Martin Kroeker
0ec0746ae4
Update Makefile.system
1 year ago
Martin Kroeker
d6b0badc05
Fix declarations for EMBEDDED
1 year ago
Martin Kroeker
00ee5d0367
On ARM, do not assume -marm by default if OS_EMBEDDED=1
1 year ago
Chip Kerchner
1c13cda3fc
Remove -openmp flag from XLF (since it doesn't support it).
1 year ago
Martin Kroeker
52b71a1673
Filter out FFLAGS that flang-new from LLVM18 no longer supports ( #4569 )
* Filter out FFLAGS that flang-new from LLVM18 no longer supports
1 year ago
Martin Kroeker
a14176440a
Add version macro for GCC12
1 year ago
Martin Kroeker
56fad407d1
Merge pull request #4527 from ChipKerchner/fixAIXBuildIssues
Fix LAPACK unit testing build issues.
1 year ago
Martin Kroeker
d1409407a0
Omit redundant prefixes or suffixes in library naming
1 year ago
Chip-Kerchner
3e030cc5fe
Fix LAPACK unit testing build issues. Limit AIX builds to 32 threads (to eliminate failures of some systems).
1 year ago
Martin Kroeker
2e86faa657
Merge branch 'develop' into issue4468
1 year ago
Ayappan Perumal
892f8ff3e5
Shared library support for AIX
1 year ago
Martin Kroeker
ca6b4961e4
updates to fix option conflicts and config file generation
1 year ago
Martin Kroeker
bb96e466ae
Introduce LIBNAMEPREFIX to avoid messing with the internal LIBPREFIX
1 year ago
Martin Kroeker
1ed69ea1c0
improve naming
2 years ago
Martin Kroeker
63fbffddf8
Add option FIXED_LIBNAME to suppress versioning and softlinking
2 years ago
Dirreke
ec89466e14
Add CSKY support
2 years ago
Chris Sidebottom
dc20a78188
Use functionally equivalent dynamic targets
Similar to `drivers/other/dynamic.c`, I've looked for functionally
equivalent targets and mapped them in the default DYNAMIC_ARCH build.
Users can still build specific cores using DYNAMIC_LIST.
2 years ago
Martin Kroeker
47b03fd4b4
Copy XCode15-specific workaround to Fortran flags to fix build of tests
2 years ago
Martin Kroeker
9c3c1cfbd6
Merge pull request #4304 from martin-frbg/issue4277
Move clang/gfortran OpenMP dependency rewriting out of f_check
2 years ago
Martin Kroeker
1a308a0066
Move OpenMP dependency handling for clang/gfortran combo
2 years ago
Chip Kerchner
206e76187e
Fix FCOMMON_OPT for power. Error out for certain C and Fortran compiler combos in AIX.
2 years ago
Rajalakshmi Srinivasaraghavan
980f702f72
POWER: AIX: Make use of power10 optimization
POWER10 optimizations are disabled when using default AIX assembler.
As we have fixed many issues recently, enabling optimization path
for default assembler.
2 years ago
Martin Kroeker
b41cab0875
Need to use override to actually strip down the already defined FFLAGS for NAG and CCE Fortran
2 years ago
Martin Kroeker
103d6f4e42
Require "classic ld" with XCODE 15.x on Mac
2 years ago
Rajalakshmi Srinivasaraghavan
a11e1e10f4
powerpc: Fix build errors with xlf
This patch fixes errors when using xlf as fortran compiler on Linux.
Tested with gcc/xlf and clang/xlf compiler combinations.
2 years ago
Martin Kroeker
bb47183222
Force -qextname for trailing underscore generation when IBM xlf is used with gcc
2 years ago
Martin Kroeker
09911f077e
Disable SVE targets for DYNAMIC_ARCH when compiling with (homebrew)gcc on macOS/arm64
2 years ago
Ian McInerney
8a8a8479be
Fix cooperlake and sapphire rapids march flags on clang
The march=cooperlake and march=sapphirerapids flags were never getting
added when building with Clang targetting those architectures. Instead
it was falling back to the skylake AVX512 implementation.
Clang added support for these two architectures in Clang 9 and Clang 12,
so introduce new checks for those versions to enable the appropriate
march flag, and fallback to skylake otherwise.
2 years ago
gxw
d46772e037
LoongArch64: Add compiler feature checks
2 years ago
Martin Kroeker
e8bc8a0ee7
Add support for the new generation flang that comes with LLVM17
2 years ago
Chris Sidebottom
f971ef55f2
Add ARMV8SVE to AArch64 Dynamic Dispatch
In order to enable support for future cores which have similar tunings
(in this case I'm doing this for the Arm(R) Neoverse(TM) V2 core), this generically detects SVE support and enables it. This should better manage the size and complexity of dynamic dispatch rather than just copy pasting the same parameters.
To make `ARMV8SVE` more representive of the common 128-bit SVE case,
I've split it and similar parameters from A64FX which has the wider
512-bit SVE.
2 years ago
Martin Kroeker
c3a2d407a0
Merge pull request #4048 from imzhuhl/spr_sbgemm_fix
Sapphire Rapids sbgemm fix
2 years ago
gxw
67d1e72e8b
LoongArch64: Add ABI detection for loongarch64
If lp64d ABI is supported, it is used; otherwise,
it falls back to the lp64 ABI.
2 years ago
Honglin Zhu
0b83088887
spr dynamic arch support
2 years ago
Martin Kroeker
ebe50458f3
Do not add a -tp to the flags of the nvc compiler if there is one already in CFLAGS
3 years ago
Martin Kroeker
3e64fa72c4
Settings from Makefile(_kernel).conf should be available to DYNAMIC_ARCH kernel builds
3 years ago
Martin Kroeker
ca3b5ae3f0
Pass NO_SVE if set
3 years ago
Martin Kroeker
d16261fbc6
SVE-enabled targets in ARM64 DYNAMIC_ARCH require a recent compiler
3 years ago
Martin Kroeker
57151b97aa
Fix INTERFACE64 builds on riscv and loongarch
3 years ago
Martin Kroeker
62341ac5e1
Fix missing parenthesis
3 years ago
Martin Kroeker
5a294b0c8a
Add -lm on any arm/arm64 BSD, not just FreeBSD
3 years ago
Martin Kroeker
ea6c5f3cf5
Add option RELAPACK_REPLACE
3 years ago
Martin Kroeker
bd30120ba7
Merge pull request #3720 from FlyGoat/mips64
Make it work on general MIPS64 processors
3 years ago
Jiaxun Yang
fae9368f14
Implement DYNAMIC_LIST for MIPS64
Signed-off-by: Jiaxun Yang <jiaxun.yang@flygoat.com>
3 years ago