You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Zhang Xianyi fced5744fb Merge branch 'release-0.2.16' 9 years ago
benchmark Fix smallscaling compilation 9 years ago
cmake Added mising lapacke files for CMake. 9 years ago
ctest Refs #786. avoid old assembly c/zgemv kernels. 9 years ago
driver Add missing openblas_env makefile. 9 years ago
exports Refs #707. Bugfix for previous commit. 9 years ago
interface Fix zgemv.c compilation when stack allocation is disabled 9 years ago
kernel Optimize Dgemm 4x4 for Cortex A57 9 years ago
lapack Fix lapack complex implementation of lauu2 and potf2 for Android (use FLOAT instead of FLOAT[2] as imaginary part is not used). 9 years ago
lapack-netlib BUGFIX: removed fixes for bugs #148 and #149, because info for xerbla is wrong 9 years ago
reference Remove all trailing whitespace except lapack-netlib 11 years ago
test Detect cmake test result. 10 years ago
utest Fixed #789 Fix utest/ctest.h on Mingw. 9 years ago
.gitignore Delete vi swap file. 10 years ago
.travis.yml Modify travis script. 9 years ago
BACKERS.md Added backers. 12 years ago
CMakeLists.txt Update 0.2.16 doc 9 years ago
CONTRIBUTORS.md Update CONTRIBUTORS.md 9 years ago
Changelog.txt Update 0.2.16 doc 9 years ago
GotoBLAS_00License.txt rename documents in GotoBLAS. 14 years ago
GotoBLAS_01Readme.txt Remove all trailing whitespace except lapack-netlib 11 years ago
GotoBLAS_02QuickInstall.txt Remove all trailing whitespace except lapack-netlib 11 years ago
GotoBLAS_03FAQ.txt Remove all trailing whitespace except lapack-netlib 11 years ago
GotoBLAS_04FAQ.txt rename documents in GotoBLAS. 14 years ago
GotoBLAS_05LargePage.txt Correct typo /proc/ instead of /pros/ 10 years ago
GotoBLAS_06WeirdPerformance.txt Remove all trailing whitespace except lapack-netlib 11 years ago
LICENSE Update organization info. 11 years ago
Makefile Modify travis script. 9 years ago
Makefile.alpha Remove all trailing whitespace except lapack-netlib 11 years ago
Makefile.arm Fixed linking error when compiling ARMv7 for Android (disabled -lpthread and added -Wl,--no-warn-mismatch). 9 years ago
Makefile.arm64 Adding arm64 target CORTEXA57 10 years ago
Makefile.generic Respect user's LDFLAGS 12 years ago
Makefile.ia64 Remove all trailing whitespace except lapack-netlib 11 years ago
Makefile.install Merge pull request #749 from lotheac/illumos_fixes 9 years ago
Makefile.mips64 Import GotoBLAS2 1.13 BSD version codes. 14 years ago
Makefile.power Remove all trailing whitespace except lapack-netlib 11 years ago
Makefile.prebuild get rid of the generated cblas_noconst.h file 12 years ago
Makefile.rule Update 0.2.16 doc 9 years ago
Makefile.sparc Remove all trailing whitespace except lapack-netlib 11 years ago
Makefile.system Fixed linking error when compiling ARMv7 for Android (disabled -lpthread and added -Wl,--no-warn-mismatch). 9 years ago
Makefile.tail Remove all trailing whitespace except lapack-netlib 11 years ago
Makefile.x86 Remove all trailing whitespace except lapack-netlib 11 years ago
Makefile.x86_64 Remove all trailing whitespace except lapack-netlib 11 years ago
README.md Update readme. 9 years ago
TargetList.txt Adding arm64 target CORTEXA57 10 years ago
USAGE.md collected usage notes 9 years ago
appveyor.yml Enable utest for appveyor. 9 years ago
c_check Fix detection of POWER architecture in c_check. 10 years ago
cblas.h Add ATLAS-style ?geadd function 10 years ago
common.h modified common.h for piledriver 9 years ago
common_alpha.h add fallback blas_lock implementation 10 years ago
common_arm.h use real armv5 support 10 years ago
common_arm64.h Fix blas_lock for arm64 10 years ago
common_c.h Improved Ximatcopy when lda==ldb. 10 years ago
common_d.h Improved Ximatcopy when lda==ldb. 10 years ago
common_ia64.h add fallback blas_lock implementation 10 years ago
common_interface.h Add ATLAS-style ?geadd function 10 years ago
common_lapack.h Import GotoBLAS2 1.13 BSD version codes. 14 years ago
common_level1.h Changed _Complex types in common_level1.h to use the typedef. 10 years ago
common_level2.h Remove all trailing whitespace except lapack-netlib 11 years ago
common_level3.h Improved Ximatcopy when lda==ldb. 10 years ago
common_linux.h Remove all trailing whitespace except lapack-netlib 11 years ago
common_macro.h Improved Ximatcopy when lda==ldb. 10 years ago
common_mips64.h add fallback blas_lock implementation 10 years ago
common_param.h Fix DYNAMIC_ARCH=1 bug. 10 years ago
common_power.h BUGFIX: increased BUFFER_SIZE for POWER8 9 years ago
common_q.h Import GotoBLAS2 1.13 BSD version codes. 14 years ago
common_reference.h Update organization info. 11 years ago
common_s.h Improved Ximatcopy when lda==ldb. 10 years ago
common_sparc.h add fallback blas_lock implementation 10 years ago
common_stackalloc.h Refs #727. Align stack buffer address on 32-bytes. 9 years ago
common_thread.h Remove all trailing whitespace except lapack-netlib 11 years ago
common_x.h Import GotoBLAS2 1.13 BSD version codes. 14 years ago
common_x86.h Fixed #773 blas_quickdivide bug on CMake and Visual Studio x86 32-bit. 9 years ago
common_x86_64.h Don't pass REALNAME to `.end` 9 years ago
common_z.h Improved Ximatcopy when lda==ldb. 10 years ago
cpuid.S Remove all trailing whitespace except lapack-netlib 11 years ago
cpuid.h Merge branch 'cmake' of https://github.com/hpanderson/OpenBLAS into hpanderson_cmake 10 years ago
cpuid_alpha.c Remove all trailing whitespace except lapack-netlib 11 years ago
cpuid_arm.c Detect ARMV8 on 32-bit mode by using ARMV7 kernels. 9 years ago
cpuid_arm64.c Fix compiling bug on ARM Cortex-A57. 9 years ago
cpuid_ia64.c Remove all trailing whitespace except lapack-netlib 11 years ago
cpuid_mips.c Update organization info. 11 years ago
cpuid_power.c added dgemm-, dtrmm-, zgemm- and ztrmm-kernel for power8 9 years ago
cpuid_sparc.c refs #55. Added DTB_ENTRIES into dynamic arch setting parameters. Now, it can read DTB_ENTRIES on runtime. 14 years ago
cpuid_x86.c Update dynamic.c and cpuid_x86.c for Intel Avoton. 9 years ago
ctest.c Support Android NDK armeabi-v7a-hard ABI. (-mfloat-abi=hard) 10 years ago
ctest1.c Import GotoBLAS2 1.13 BSD version codes. 14 years ago
ctest2.c Import GotoBLAS2 1.13 BSD version codes. 14 years ago
f_check don't pass -Y at all to the linker on illumos 9 years ago
ftest.f Remove all trailing whitespace except lapack-netlib 11 years ago
ftest2.f Import GotoBLAS2 1.13 BSD version codes. 14 years ago
ftest3.f Remove all trailing whitespace except lapack-netlib 11 years ago
getarch.c added dgemm-, dtrmm-, zgemm- and ztrmm-kernel for power8 9 years ago
getarch_2nd.c Remove all trailing whitespace except lapack-netlib 11 years ago
l1param.h Added BULLDOZER target. So far it uses barcelona kernels. 13 years ago
l2param.h Support AMD Piledriver by bulldozer kernels. 12 years ago
lapack-devel.log Remove all trailing whitespace except lapack-netlib 11 years ago
make.inc added optimized dsymv kernels for haswell 10 years ago
openblas_config_template.h Refs #708. Modified config template for MSVC. 9 years ago
param.h modified configuration, to use power6 sgemm kernel for power8 9 years ago
quickbuild.32bit Import GotoBLAS2 1.13 BSD version codes. 14 years ago
quickbuild.64bit Import GotoBLAS2 1.13 BSD version codes. 14 years ago
quickbuild.win32 Added the tip for Windows. 13 years ago
quickbuild.win64 Refs #63. delete prefix for mingw64 toolchain. 11 years ago
segfaults.patch Remove all trailing whitespace except lapack-netlib 11 years ago
symcopy.h Changed a number of inline calls to use __inline. 10 years ago
version.h Update organization info. 11 years ago