martin-frbg
538a499a71
include ctype.h for declaration of toupper
4 years ago
martin-frbg
67839be8f4
fixes mymaxloc and complex pow_ii for MSVC
4 years ago
martin-frbg
091ff5ef51
fixes for compiling with MSVC
4 years ago
martin-frbg
55efeb2d75
fixes for compiling with MSVC
4 years ago
martin-frbg
735c188944
fixes for compiling with MSVC
4 years ago
martin-frbg
6b5fa873fd
fix missing underlines in function definitions
4 years ago
martin-frbg
9c5faabcfa
fixes for compiling with MSVC
4 years ago
martin-frbg
754ffb382b
fix typo in z_div
4 years ago
martin-frbg
abd15e0308
fix typo in z_div
4 years ago
martin-frbg
f87a2c4c38
fixes for compiling with MSVC
4 years ago
martin-frbg
9a745d8aaa
fixes for compiling with MSVC
4 years ago
martin-frbg
ec3aa4276e
fixes for compiling with MSVC
4 years ago
martin-frbg
c58b1b15d4
fixes for compiling with MSVC
4 years ago
martin-frbg
c659f56d29
fixes for compiling with MSVC
4 years ago
martin-frbg
55779cd01e
Fixes for compiling with MSVC
4 years ago
martin-frbg
445a753e78
Fixes for compiling with MSVC
4 years ago
martin-frbg
4fe7f37d1b
Fix single-precision complex functions to compile with MSVC, and
re-enable C_LAPACK for MSVC in CMAKE
4 years ago
Martin Kroeker
8144a498ad
Merge pull request #3604 from mmuetzel/ci
Adapt commands for tests with GNU make.
4 years ago
Markus Mützel
430bea00ba
Adapt commands for tests with GNU make.
4 years ago
Martin Kroeker
b7873605d4
Use f2c translations of LAPACK when no Fortran compiler is available ( #3539 )
* Add C equivalents of the Fortran routines from Reference-LAPACK as fallbacks, and C_LAPACK variable to trigger their use
4 years ago
Martin Kroeker
2edcd9b9dc
Merge pull request #3601 from mmuetzel/ci
Consolidate actions on GitHub runners.
4 years ago
Martin Kroeker
848c4e881d
Merge pull request #3602 from martin-frbg/fixup3600
Fix missing braces from previous commit (PR3600)
4 years ago
Martin Kroeker
74dba0c90a
Fix missing braces from previous commit (PR3600)
4 years ago
Markus Mützel
2aa8086bdd
Consolidate actions on GitHub runners.
Re-organize build matrix for Ubuntu and MacOS runners.
Don't start runners that don't do anything.
Run tests.
4 years ago
Martin Kroeker
bef3871833
Disable flang (over-)optimizations in BLAS tests ( #3600 )
* limit flang optimizations to -O2
4 years ago
Martin Kroeker
65a14d4b40
Merge pull request #3593 from e4t/Fix_build_targets_Makefile_prebuild
Fix build targets in Makefile.prebuild
4 years ago
Martin Kroeker
145ccf8943
Prevent powershell from adding a BOM to test input ( #3595 )
* Prevent addition of a BOM to test input (which would distort the names of output files)
4 years ago
Egbert Eich
454128824e
Fix build targets in Makefile.prebuild
- config.h was used as target even when it wasn't generated.
This only worked because the 'dummy' target always triggers
a full rebuild.
It is however better to specify the exact target that is to
be rebuilt do avoid confusion.
- Explicitly mark 'dummy' as a 'phony' target.
Signed-off-by: Egbert Eich <eich@suse.com>
4 years ago
Martin Kroeker
4dbdc28c25
Merge pull request #3590 from mmuetzel/ci-msys2
Add action for MSYS2 builds.
4 years ago
Markus Mützel
67714aea71
Add action for MSYS2 builds.
4 years ago
Martin Kroeker
ad4598143b
Merge pull request #3575 from mmuetzel/lapacke-win64
Fix LAPACKE with 64-bit indexing on Windows.
4 years ago
Martin Kroeker
d5ed695632
Merge pull request #3588 from martin-frbg/fix3586
Fix mistaken declaration of CortexX1 as ArmV9 in PR#3586
4 years ago
Martin Kroeker
1d4e703f50
Merge pull request #3589 from e4t/Exclude_paramter.c_symbols_with_DYNAMIC_ARCH
Do not include symbols defined in driver/others/parameter.c in DYNAMI…
4 years ago
Egbert Eich
5e6d160020
Do not include symbols defined in driver/others/parameter.c in DYNAMIC_ARCH
driver/others/parameter.c does not get build during DYNAMIC_ARCH, thus,
do not declare its symbols. This will make the build fail early and in
an obvious way if functions are trying to use these symbols.
Signed-off-by: Egbert Eich <eich@suse.com>
4 years ago
Martin Kroeker
a55a06c269
Update param.h
4 years ago
Martin Kroeker
abbc65cff4
Cortex X1 is only Arm8.2
4 years ago
Martin Kroeker
d93cf7f23c
fix defines for CORTEX-X
4 years ago
Martin Kroeker
48e421934f
CortexX1 is only ArmV8
4 years ago
Martin Kroeker
115bc9b98f
CortexX1 is ARMV8 like A7x
4 years ago
Martin Kroeker
848722926c
CortexX1 is only ARMV8
4 years ago
Martin Kroeker
8002048217
Merge pull request #3587 from e4t/fix_avx512
Use CC and full command line instead of hard-coding gcc for AVX512 ch…
4 years ago
Egbert Eich
0b69fa6ddf
Use CC and full command line instead of hard-coding gcc for AVX512 checking
Hard-coding gcc may not provide incorrect results when a different compiler
for the target build is used. To remain in sync with the main call to c_check,
pass the full command line.
Signed-off-by: Egbert Eich <eich@suse.com>
4 years ago
Martin Kroeker
5d2f451d09
Merge pull request #3586 from martin-frbg/arm64cpus
Initial support for M1 on Linux, Phytium FT2000 series, ARMV9 Cortex X1,X2,A510,A710
4 years ago
Martin Kroeker
b3b4672c30
Add initial support for Phytium FT2000 series and ARMV9 Cortex 510/710/X1/X2
4 years ago
Martin Kroeker
57dd92a662
Add initial support for ARMV9 Cortex 510/710/X1/X2
4 years ago
Martin Kroeker
09b8545fc5
Add initial support for M1 on Linux, Phytium FT2xxx series, ARM Cortex 510/710/X1/X2
4 years ago
Martin Kroeker
a3d2514b9a
Merge pull request #3585 from martin-frbg/issue3581
Revert accidental change of generic ARMV8 DGEMM parameters from #3425
4 years ago
Martin Kroeker
8d0f7f0176
Revert accidental change of generic ARMV8 DGEMM parameters from #3425
4 years ago
Martin Kroeker
153f8bc8da
Merge pull request #3584 from martin-frbg/ctestskip
Add a (CMAKE) option to skip the LAPACK testsuite and use it in Azure CI
4 years ago
Markus Mützel
aeb561d234
Add support for Intel Fortran compilers.
Port changes from upstream Reference-LAPACK.
4 years ago