Zhang Xianyi
d7ba7679b6
Merge branch 'develop' into risc-v
5 年前
Martin Kroeker
97d6eb97b1
Report availability of C11 support
5 年前
Xianyi Zhang
4aa2d89217
Merge branch 'develop' into risc-v
5 年前
ken-cunningham-webuse
4290afdae2
ctest.c : add __POWERPC__ for PowerMac
6 年前
Zoltán Mizsei
6463bffd59
Haiku supporting patches
7 年前
Jerry Zhao
c167a3d6f4
Added RISCV build
7 年前
Alex Arslan
a41d241a0e
Add support for DragonFly BSD
7 年前
Alex Arslan
8da6b6ae52
Allow building on OpenBSD
With this change, OpenBLAS builds and all tests pass on OpenBSD 6.2
using Clang. Tested on x86-64 only, with and without DYNAMIC_ARCH=1.
7 年前
Zhang Xianyi
b678471d65
Merge branch 'z13' into develop
Conflicts:
CONTRIBUTORS.md
9 年前
Shivraj Patil
2c3dfe2bf3
MIPS P5600(32 bit) and I6400(64 bit) cores support added.
Seperated mips and mips64 files.
Configurations support for mips 32 bit.
Signed-off-by: Shivraj Patil <shivraj.patil@imgtec.com>
9 年前
Zhang Xianyi
dd43661cfd
Init IBM z system (s390x) porting.
9 年前
Zhang Xianyi
a11555c715
Support Android NDK armeabi-v7a-hard ABI. (-mfloat-abi=hard)
e.g.
make HOSTCC=gcc CC=arm-linux-androideabi-gcc NO_LAPACK=1 TARGET=ARMV7
In Android NDK, it uses armeabi-v7a-hard ABI.
TARGET_CFLAGS += -mhard-float -D_NDK_MATH_NO_SOFTFP=1
TARGET_LDFLAGS += -Wl,--no-warn-mismatch -lm_hard
For more information, please check hard-float example at
android_ndk/tests/device/hard-float/jni/.
10 年前
Zhang Xianyi
4d42368214
Refs #355 . Fixed ARM detection bug.
11 年前
wernsaar
fe5f46c330
added experimental support for ARMV8
12 年前
wernsaar
d13788d1b4
common files modified for ARM
12 年前
Zhang Xianyi
6df39ad9e7
Refs #248 . Support LAPACK and LAPACKE with lsbcc.
For LAPACKE, use LAPACK_COMPLEX_STRUCTURE.
The reson is lsbcc didn't define complex I in complex.h.
12 年前
Zhang Xianyi
960b0c88a7
Refs #227 . Detected LLVM/Clang compiler.
12 年前
Sylvestre Ledru
4b7677a916
When dealing with the kfreebsd kernel, set the same behavior as FreeBSD
13 年前
Sylvestre Ledru
f22bfe6a55
Set the tests for hurd similar to linux
13 年前
Zaheer Chothia
5199809bba
Fix typo: OS_CYGWIN -> OS_CYGWIN_NT, OS_INERIX -> OS_INTERIX
13 年前
Zaheer Chothia
a431042475
Fix inconsistent case for OS_* macros (Refs pull request #111 )
13 年前
Xianyi Zhang
342bbc3871
Import GotoBLAS2 1.13 BSD version codes.
15 年前