Zhang Xianyi
0b2ad98e48
Only test x64 Windows CI.
10 years ago
Zhang Xianyi
69363622a8
Fix DYNAMIC_ARCH=1 bug.
10 years ago
Zhang Xianyi
e6d754fddc
Use AppVeyor Windows CI.
10 years ago
Zhang Xianyi
f74ff6da38
Merge branch 'cmake' into develop
10 years ago
Zhang Xianyi
2feef49fa8
Merge branch 'develop' into cmake
Conflicts:
driver/others/memory.c
10 years ago
Zhang Xianyi
53b6023a6c
Fix cmake bug on MSVC 32-bit.
10 years ago
Zhang Xianyi
309875de3c
Fix cmake bug on x86 32-bit.
e.g. Build 32-bit on 64-bit Linux.
cmake -DBINARY=32
10 years ago
Zhang Xianyi
b809f99cee
Add CBLAS test for CMAKE.
10 years ago
Zhang Xianyi
5a291606ad
Refs #671 . the return of i?max cannot larger than N.
10 years ago
Zhang Xianyi
1ce054fcb3
Refs #669 . Fixed the build bug with gcc on Mac OS X.
10 years ago
Zhang Xianyi
8fade093aa
Fixed cmake bug on Visual Studio.
10 years ago
Zhang Xianyi
96f0bbe067
Fixed cmake bug on haswell.
10 years ago
Zhang Xianyi
d8392c1245
Fixe cmake config bugs.
10 years ago
Zhang Xianyi
aca7d7e953
Detect cmake test result.
10 years ago
Zhang Xianyi
94b125255f
Merge branch 'develop' into cmake
Conflicts:
driver/others/memory.c
10 years ago
Zhang Xianyi
3684706a12
Include time.h.
10 years ago
Zhang Xianyi
90aa8e24b9
Refs #615 . Import bug fixes for LAPACKE dormlq.
10 years ago
Zhang Xianyi
11ac4665c8
Fixed #654 . Make sure the gotoblas_init function is run before all other static initializations.
10 years ago
Zhang Xianyi
c666158b79
Merge pull request #656 from stevengj/libname
default to lib$(SYMBOLPREFIX)openblas$(SYMBOLSUFFIX)
10 years ago
Zhang Xianyi
ccf581f94d
Merge pull request #659 from Keno/patch-2
Fix cross compilation suffix detection
10 years ago
Keno Fischer
e9493f69eb
Fix cross compilation suffix detection
If the path involves `-`, this would have otherwise detected this as a cross compile suffix.
10 years ago
Steven G. Johnson
88bef3bffc
default to lib$(SYMBOLPREFIX)openblas$(SYMBOLSUFFIX), as discussed in #646 : if you rename the symbols, it is best to rename the library
10 years ago
Zhang Xianyi
f27942a68a
Fixed make TARGET=CORTEXA9 and CORTEXA15 bug.
10 years ago
Zhang Xianyi
0cc2b3de0b
Merge pull request #652 from larsmans/fixes
Tiny fixes
10 years ago
Lars Buitinck
b9534bbd76
git ignore versioned .so files
10 years ago
Lars Buitinck
45c8b5e756
actually remove cblas_noconst.h
This file hasn't been used since 212463dce9 .
10 years ago
Zhang Xianyi
a96a4cb012
Merge pull request #640 from kortschak/dlansy-fix
Fix LAPACK_*lansy routines
10 years ago
Zhang Xianyi
baec8f5cac
Refs #638 . Fixed compiling bug with clang on Mac OS X.
10 years ago
kortschak
d6e8459f20
Fix LAPACK_*lansy routines
Fixes #639 .
10 years ago
Zhang Xianyi
dfe1eef33b
Merge branch 'yuyichao-skylake-id' into develop
10 years ago
Zhang Xianyi
cc7cab8a45
Detect other Intel Skylake cores.
http://users.atw.hu/instlatx64/
10 years ago
Yichao Yu
61ae47eb99
Ref #632 . Support Intel Skylake by Haswell kernels.
10 years ago
Zhang Xianyi
22353b1727
Merge pull request #634 from kortschak/lantr-trans-prep
Fix lantr preparation for row major matrices
10 years ago
kortschak
efffd28739
Fix lantr preparation for row major matrices
10 years ago
Zhang Xianyi
62cabef857
Merge pull request #633 from grisuthedragon/tune_imatcopy
Improved Ximatcopy when lda==ldb.
10 years ago
Martin Koehler
711ca33bc6
Improved Ximatcopy when lda==ldb.
The Ximatcopy functions create a copy of the input matrix
although they seem to work inplace. The new routines
XIMATCOPY_K_YY perform the operations inplace if the leading
dimension does not change.
10 years ago
Zhang Xianyi
40a3fed6b8
Merge pull request #630 from buffer51/develop
Fixed error in common.h for Android compilation introduced by e12cf11
10 years ago
buffer51
2297a2d989
Fixed error in common.h for Android compilation introduced by e12cf1123e
10 years ago
Zhang Xianyi
5408074941
Add notification.
10 years ago
Zhang Xianyi
bbcdf63bb4
Merge branch 'develop' of github.com:xianyi/OpenBLAS into develop
10 years ago
Zhang Xianyi
43eabab62f
Merge pull request #619 from gitter-badger/gitter-badge
Add a Gitter chat badge to README.md
10 years ago
The Gitter Badger
50901943fd
Added Gitter badge
10 years ago
Zhang Xianyi
7df0820160
Use C kernels for s/dgemv on x86.
10 years ago
Zhang Xianyi
17ee2237c3
Fixed cmake bug with NO_LAPACK=1
10 years ago
Zhang Xianyi
4b7381b7a4
Merge pull request #617 from notaz/arm_fixes
really fix ARM64 locking
10 years ago
Grazvydas Ignotas
abade3f896
really fix ARM64 locking
10 years ago
Zhang Xianyi
d1349e7a11
Merge pull request #616 from notaz/arm_fixes
ARM fixes
10 years ago
Grazvydas Ignotas
3efeaed0d8
correct a minor mistake
10 years ago
Grazvydas Ignotas
d38a1ddc7a
use real armv5 support
there is no more requirement for ARMv6 instructions,
and VFP on ARMv5 is uncommon
10 years ago
Grazvydas Ignotas
6b92204a7c
add fallback blas_lock implementation
to be used on armv5 and new platforms
10 years ago