Martin Kroeker
0b39cf95b0
Fix endianness conditionals
6 years ago
Martin Kroeker
76b2cec6ce
Get endianness into Makefile variable
6 years ago
Martin Kroeker
276c1791ea
Merge pull request #32 from xianyi/develop
rebase
6 years ago
Martin Kroeker
c5bbfd8fee
Merge pull request #2432 from isuruf/install_name
Fix install name on osx again
6 years ago
Isuru Fernando
130c1741e5
Fix install name on osx again
6 years ago
Martin Kroeker
8f782f0673
Merge pull request #2426 from zbeekman/nightly-homebrew-check
Nightly homebrew check
6 years ago
Martin Kroeker
6a517dcb6a
Merge pull request #2427 from martin-frbg/powermin
Fix ISMIN and ISMAX kernel choices for POWER8
6 years ago
Martin Kroeker
9f39f0a2c3
Specify ismin/ismax assembly kernels for POWER8 directly
to fix utest failure in new ismin test - Makefile.L1 defaults look wrong
6 years ago
Izaak Beekman
1a88c4ab26
Fix bottle upload problem & typo
6 years ago
Izaak Beekman
0b44802164
Test push & PRs only when workflow file changes
Also, add comments to clarify what the test is testing
6 years ago
Izaak Beekman
2c242b4cef
Add Github Action to build development branch nightly with Homebrew
6 years ago
Martin Kroeker
0bfb7336d2
Merge pull request #2424 from isuruf/osx
Fix building on osx
6 years ago
Martin Kroeker
403cde104e
Merge pull request #30 from xianyi/develop
rebase
6 years ago
Martin Kroeker
634f2bddda
Merge pull request #2414 from marxin/fix-iamax_sse-implementation
Fix iamax sse implementation and add utests
6 years ago
Martin Liska
aeea14ee40
Come up with LOAD_AND_COMPARE_TO_MXX macro in iamax_sse.S.
6 years ago
Martin Liska
18bcc36a69
Fix implementation of iamax_sse.S as reported in #2116 .
The was a typo in iamax_sse.S where one of the comparison
was cmpeqps instead of cmpeqss. That misdetected index
for sequences where the minimum value was 0.
6 years ago
Martin Liska
0e7f43c898
Add missing USE_MIN in kernel/CMakeLists.txt.
6 years ago
Martin Kroeker
79e201fbba
Merge pull request #2423 from xianyi/issue2419
Restore -march flag for Android builds
6 years ago
Isuru Fernando
4326dcb460
Pass CFLAGS from env to Makefile.prebuild and remove iOS hack
6 years ago
Martin Kroeker
e32f3b1447
Restore -march flag for Android builds
fixes #2419 - renewed discussion in #2112 suggests removal of the option was primarily aimed at non-Android builds
6 years ago
Martin Kroeker
d483e9270a
Update KERNEL.POWER8
6 years ago
Martin Kroeker
01834aee33
Merge pull request #29 from xianyi/develop
rebase
6 years ago
Martin Kroeker
d92bd5be24
Update KERNEL.POWER8
6 years ago
Martin Kroeker
46e4b12946
Update KERNEL.POWER8
6 years ago
Martin Kroeker
5e94aa4877
Merge pull request #2417 from marxin/make-ctest-verbose-for-drone
Make ctest verbose for drone
6 years ago
Martin Kroeker
93f3e27574
Merge pull request #2415 from marxin/add-cmake-to-gitignore
Add CMake related files to .gitignore.
6 years ago
Martin Kroeker
785c389b0e
Merge pull request #2420 from martin-frbg/issue2396
Correct generation of GETRF files by the CMAKE build
6 years ago
Martin Kroeker
c222b25b81
Correct generation of GETRF files by the CMAKE build
fixes #2396
6 years ago
Martin Kroeker
221da8bf05
Merge pull request #2411 from martin-frbg/fix2254-038
Fix pre-processed POWER8 codes and wrong conditionals in the POWER8,PPC440 and PPC970 KERNEL files
6 years ago
Martin Liska
eb285b4d20
Make ctest verbose for drone builder.
6 years ago
Martin Kroeker
cafdd999b8
Update caxpy_power8.S
6 years ago
Martin Kroeker
92ca92a46c
Update caxpy_power8.S
6 years ago
Martin Kroeker
486c35c5dc
Update icamin_power8.S
6 years ago
Martin Liska
0e05ea9bac
Add CMake related files to .gitignore.
6 years ago
Martin Kroeker
5ba3699f41
Update isamin_power8.S
6 years ago
Martin Kroeker
8eefa530cd
Update isamax_power8.S
6 years ago
Martin Kroeker
de40d47edf
Update isamin_power8.S
6 years ago
Martin Kroeker
7c162b8a21
Update isamax_power8.S
6 years ago
Martin Kroeker
0544cbc806
Fix syntax of endianness conditional
6 years ago
Martin Kroeker
120d20731f
Fix syntax of endianness conditional
6 years ago
Martin Kroeker
dc345d84df
Fix syntax of endianness conditional and add gcc version check for workaround
6 years ago
Martin Kroeker
616921fd91
Merge pull request #27 from xianyi/develop
rebase
6 years ago
Martin Kroeker
8a9e9a82a1
Merge pull request #2410 from bartoldeman/fix-dscal-inline-asm
Fix inline asm in dscal: mark x, x1 as clobbered. Fixes #2408
6 years ago
Bart Oldeman
7ea5e07d1c
Fix inline asm in dscal: mark x, x1 as clobbered. Fixes #2408
The leaq instructions in dscal_kernel_inc_8 modify x and x1 so they
must be declared as input/output constraints, otherwise the compiler
may assume the corresponding registers are not modified.
6 years ago
Martin Kroeker
cb6ef49857
Merge pull request #2407 from susilehtola/patch-2
Patch out instances of Z15 in dynamic_zarch.c
6 years ago
Martin Kroeker
63994e1cdb
Merge pull request #2405 from susilehtola/patch-1
Fix typo in dynamic_zarch.c
6 years ago
Martin Kroeker
496e3019bc
Merge pull request #2404 from martin-frbg/issue2395
Fix spurious application of USE_TRMM in cmake builds
6 years ago
Martin Kroeker
169be3f097
Merge pull request #2403 from martin-frbg/issue2400
Fix coretype identification of Intel Cannon Lake, Ice Lake and Goldmont
6 years ago
Martin Kroeker
6ccbb089c2
Merge pull request #2402 from gxw-loongson/develop
Avoid printing the following information on mips and mips64 when check msa
6 years ago
Martin Kroeker
59ebe3636a
Merge pull request #2399 from martin-frbg/buffersize
Make BUFFER_SIZE configurable at build time
6 years ago