67839be8f
fixes mymaxloc and complex pow_ii for MSVC by
2022-04-13 22:09:52 +0200
091ff5ef5
fixes for compiling with MSVC by
2022-04-13 16:16:58 +0200
55efeb2d7
fixes for compiling with MSVC by
2022-04-13 14:47:15 +0200
735c18894
fixes for compiling with MSVC by
2022-04-13 14:34:12 +0200
6b5fa873f
fix missing underlines in function definitions by
2022-04-13 13:50:46 +0200
9c5faabcf
fixes for compiling with MSVC by
2022-04-13 11:20:26 +0200
754ffb382
fix typo in z_div by
2022-04-13 09:34:22 +0200
abd15e030
fix typo in z_div by
2022-04-13 08:59:08 +0200
f87a2c4c3
fixes for compiling with MSVC by
2022-04-12 22:26:36 +0200
9a745d8aa
fixes for compiling with MSVC by
2022-04-12 21:07:52 +0200
ec3aa4276
fixes for compiling with MSVC by
2022-04-12 17:54:25 +0200
c58b1b15d
fixes for compiling with MSVC by
2022-04-12 16:25:20 +0200
c659f56d2
fixes for compiling with MSVC by
2022-04-12 15:18:21 +0200
55779cd01
Fixes for compiling with MSVC by
2022-04-12 11:59:27 +0200
445a753e7
Fixes for compiling with MSVC by
2022-04-12 11:27:16 +0200
4fe7f37d1
Fix single-precision complex functions to compile with MSVC, and re-enable C_LAPACK for MSVC in CMAKE by
2022-04-11 23:28:51 +0200
8144a498a
Merge pull request #3604 from mmuetzel/ci by
2022-04-11 19:31:26 +0200
430bea00b
(refs/pull/3604/head)
Adapt commands for tests with GNU make. by
2022-04-11 11:45:05 +0200
b7873605d
Use f2c translations of LAPACK when no Fortran compiler is available (#3539) by
2022-04-09 22:38:58 +0200
2edcd9b9d
Merge pull request #3601 from mmuetzel/ci by
2022-04-09 22:25:15 +0200
848c4e881
Merge pull request #3602 from martin-frbg/fixup3600 by
2022-04-09 22:23:45 +0200
74dba0c90
(refs/pull/3602/head)
Fix missing braces from previous commit (PR3600) by
2022-04-09 20:03:36 +0200
3e98f660e
(refs/pull/3539/head)
Fix indentation by
2022-04-09 19:22:14 +0200
7e010db0b
revert unrelated changes by
2022-04-09 19:02:16 +0200
2aa8086bd
(refs/pull/3601/head)
Consolidate actions on GitHub runners. by
2022-04-09 18:46:27 +0200
bef387183
Disable flang (over-)optimizations in BLAS tests (#3600) by
2022-04-09 17:14:24 +0200
246010f0e
(refs/pull/3600/head)
Update CMakeLists.txt by
2022-04-09 13:24:52 +0200
c1b61990a
Update CMakeLists.txt by
2022-04-09 10:32:15 +0200
c1b28f109
Update CMakeLists.txt by
2022-04-09 08:59:24 +0200
539d00afd
disable flang optimizations by
2022-04-08 22:57:01 +0200
32e83d51b
Update azure-pipelines.yml by
2022-04-07 23:41:59 +0200
d11985a24
Update azure-pipelines.yml by
2022-04-07 22:52:40 +0200
7d491ba43
fix typo by
2022-04-07 21:57:23 +0200
f1b4f393c
Cleanup conditionals around netlib section by
2022-04-07 19:38:21 +0200
2f79f2497
Update system.cmake by
2022-04-07 17:26:06 +0200
de8ca6997
Disable C_LAPACK fallback for MSVC by
2022-04-07 17:07:27 +0200
ba8995ea4
Disable fallback to C_LAPACK for MSVC (needs fixes for complex) by
2022-04-07 14:42:02 +0200
65a14d4b4
Merge pull request #3593 from e4t/Fix_build_targets_Makefile_prebuild by
2022-04-07 14:25:15 +0200
145ccf894
Prevent powershell from adding a BOM to test input (#3595) by
2022-04-07 14:24:19 +0200
b8b2a0fe7
(refs/pull/3595/head)
Update azure-pipelines.yml by
2022-04-07 14:21:59 +0200
4afdd88d1
Update CMakeLists.txt by
2022-04-07 08:54:19 +0200
288f95dc9
(refs/pull/3598/head)
Update CMakeLists.txt by
2022-04-06 21:37:08 +0200
d082e4798
Update CMakeLists.txt by
2022-04-06 18:18:16 +0200
c6d5726fa
Modify BOM test by
2022-04-06 17:47:13 +0200
096762dc9
Update azure-pipelines.yml by
2022-04-06 16:51:52 +0200
92cd53305
Update azure-pipelines.yml by
2022-04-06 16:06:28 +0200
e037ee458
Update CMakeLists.txt by
2022-04-06 14:49:37 +0200
f43ca8c1e
Update CMakeLists.txt by
2022-04-06 14:11:39 +0200
e2ec03661
Update CMakeLists.txt by
2022-04-06 13:30:30 +0200
046ecb33d
Update CMakeLists.txt by
2022-04-05 23:32:17 +0200
94e4d74da
Update CMakeLists.txt by
2022-04-05 23:18:10 +0200
d97f80e0e
Strip any spurious BOM from test input by
2022-04-05 23:00:34 +0200
454128824
(refs/pull/3593/head)
Fix build targets in Makefile.prebuild by
2022-03-21 11:16:49 +0100
740eea9b6
Update cgbcon.c by
2022-04-04 08:45:30 +0200
ec67809cc
Update cgbcon.c by
2022-04-04 01:08:35 +0200
a5b9dfcba
Rewrite _Complex for MSVC by
2022-04-04 00:29:22 +0200
4dbdc28c2
Merge pull request #3590 from mmuetzel/ci-msys2 by
2022-04-03 19:53:38 +0200
b3642499e
Fix INTERFACE64 definitions for 64bit Windows by
2022-04-03 19:49:59 +0200
403606947
Fix compile flags for C_LAPACK case by
2022-04-03 18:18:01 +0200
67714aea7
(refs/pull/3590/head)
Add action for MSYS2 builds. by
2022-03-31 11:07:18 +0200
59a0d0164
Remove special handling of MSVC by
2022-03-30 21:23:28 +0200
99ec15748
Support INTERFACE64 by
2022-03-30 21:19:32 +0200
f8f9cb810
Support INTERFACE64 by
2022-03-30 21:16:34 +0200
e3250e236
Merge branch 'develop' into clapack by
2022-03-30 18:01:38 +0200
ad4598143
Merge pull request #3575 from mmuetzel/lapacke-win64 by
2022-03-29 20:04:04 +0200
d5ed69563
Merge pull request #3588 from martin-frbg/fix3586 by
2022-03-29 19:36:27 +0200
1d4e703f5
Merge pull request #3589 from e4t/Exclude_paramter.c_symbols_with_DYNAMIC_ARCH by
2022-03-29 19:35:56 +0200
5e6d16002
(refs/pull/3589/head)
Do not include symbols defined in driver/others/parameter.c in DYNAMIC_ARCH by
2022-03-13 10:57:59 +0100
a55a06c26
(refs/pull/3588/head)
Update param.h by
2022-03-28 18:10:08 +0200
abbc65cff
Cortex X1 is only Arm8.2 by
2022-03-28 17:40:27 +0200
d93cf7f23
fix defines for CORTEX-X by
2022-03-28 17:37:06 +0200
48e421934
CortexX1 is only ArmV8 by
2022-03-28 17:31:26 +0200
115bc9b98
CortexX1 is ARMV8 like A7x by
2022-03-28 17:28:29 +0200
848722926
CortexX1 is only ARMV8 by
2022-03-28 17:18:56 +0200
800204821
Merge pull request #3587 from e4t/fix_avx512 by
2022-03-28 14:58:32 +0200
0b69fa6dd
(refs/pull/3587/head)
Use CC and full command line instead of hard-coding gcc for AVX512 checking by
2022-03-28 08:14:52 +0200
5d2f451d0
Merge pull request #3586 from martin-frbg/arm64cpus by
2022-03-27 18:12:21 +0200
b3b4672c3
(refs/pull/3586/head)
Add initial support for Phytium FT2000 series and ARMV9 Cortex 510/710/X1/X2 by
2022-03-27 15:29:20 +0200
57dd92a66
Add initial support for ARMV9 Cortex 510/710/X1/X2 by
2022-03-27 15:26:42 +0200
09b8545fc
Add initial support for M1 on Linux, Phytium FT2xxx series, ARM Cortex 510/710/X1/X2 by
2022-03-27 15:24:40 +0200
a3d2514b9
Merge pull request #3585 from martin-frbg/issue3581 by
2022-03-27 15:19:26 +0200
8d0f7f017
(refs/pull/3585/head)
Revert accidental change of generic ARMV8 DGEMM parameters from #3425 by
2022-03-27 13:10:47 +0200
153f8bc8d
Merge pull request #3584 from martin-frbg/ctestskip by
2022-03-25 14:35:15 +0100
aeb561d23
(refs/pull/3575/head)
Add support for Intel Fortran compilers. by
2022-03-25 13:37:15 +0100
6c3842a89
(refs/pull/3584/head)
Disable the LAPACK testsuite for the Windows clang/flang build as it takes too long by
2022-03-24 21:25:16 +0100
4199ca728
Add LAPACK-like option to omit the LAPACK testsuite by
2022-03-24 21:23:28 +0100
8fe355579
ILP support by
2021-09-24 13:03:59 -0700
3efbf968f
create INDEX64 target by
2020-11-01 02:43:56 +0000
34ecd967a
Merge pull request #3580 from martin-frbg/dynx86_sbgemm by
2022-03-24 11:33:00 +0100
2519c9d93
Merge pull request #3579 from martin-frbg/issue3557-2 by
2022-03-24 08:28:37 +0100
40302558e
(refs/pull/3580/head)
Remove extraneous (and wrong) definition of sbgemm_r on x86_64 by
2022-03-23 20:05:32 +0100
b79b99d69
(refs/pull/3579/head)
Merge branch 'xianyi:develop' into issue3557-2 by
2022-03-23 19:13:54 +0100
c87a4dbf3
Fix checks for AVX512 and atomics by
2022-03-23 15:48:58 +0100
93a81856a
Revert AVX512 capability check from PR #1980 (moved to build) by
2022-03-23 15:22:13 +0100
9fbeb88fb
Utilize compiler AVX512 capability info from c_check when building getarch by
2022-03-23 15:19:55 +0100
4cb302a59
Merge pull request #3561 from AlessioZanga/patch-msvc by
2022-03-23 11:28:13 +0100
f67977a32
Merge pull request #3576 from martin-frbg/cmaketestbom by
2022-03-23 07:19:15 +0100
0ee2d15fd
Merge pull request #3577 from martin-frbg/azure_win2022 by
2022-03-23 07:18:45 +0100
a0e86adf9
(refs/pull/3577/head)
Update Windows jobs in Azure CI to use Windows2022 by
2022-03-22 21:51:09 +0100
2408315d1
(refs/pull/3576/head)
Skip tests if Windows powershell added a BOM by
2022-03-22 21:37:55 +0100