summaryrefslogtreecommitdiff
path: root/common.h
AgeCommit message (Expand)AuthorFilesLines
2017-06-23Add Microsoft Windows 10 UWP build supportNeil Shipp1-2/+11
2017-03-13Fix CREAL,CIMAG macros for PGIMartin Kroeker1-2/+7
2017-01-09Merge branch 'z13' into developZhang Xianyi1-0/+4
2016-06-14Change to allow compiling with USE_OPENMP on MSVCDaniel Patrick Foose1-0/+5
2016-05-17optimized dgemm and dgetrf for POWER8Werner Saar1-0/+7
2016-04-22MIPS P5600(32 bit) and I6400(64 bit) cores support added.Shivraj Patil1-0/+4
2016-04-15Init IBM z system (s390x) porting.Zhang Xianyi1-0/+4
2016-03-09modified common.h for piledriverWerner Saar1-1/+2
2016-02-04Fixed #773 blas_quickdivide bug on CMake and Visual Studio x86 32-bit.Zhang Xianyi1-1/+1
2016-01-08Factorize MAX_STACK_ALLOC code to common_stackalloc.hJerome Robert1-0/+1
2016-01-05include sched.h if OS is AndroidWerner Saar1-1/+1
2015-11-09Fix compiler errors in common.hAshwin Sekhar T K1-0/+1
2015-10-27Only include complex.h since Android 5.0Zhang Xianyi1-5/+9
2015-10-20Fixed cmake bug on Visual Studio.Zhang Xianyi1-2/+1
2015-10-13Merge branch 'develop' into cmakeZhang Xianyi1-0/+45
2015-10-08Include time.h.Zhang Xianyi1-0/+1
2015-09-03Fixed error in common.h for Android compilation introduced by e12cf1123e8784c...buffer511-1/+3
2015-08-16correct a minor mistakeGrazvydas Ignotas1-1/+1
2015-08-16add fallback blas_lock implementationGrazvydas Ignotas1-0/+14
2015-08-16add fallback rpcc implementationGrazvydas Ignotas1-0/+28
2015-08-11Fixed cmake build bugs on Linux.Zhang Xianyi1-0/+3
2015-08-10Use cmake to build OpenBLAS GENERIC Target on MSVC x86 64-bit.Zhang Xianyi1-8/+37
2015-07-22Merge branch 'cmake' of https://github.com/hpanderson/OpenBLAS into hpanderso...Zhang Xianyi1-0/+7
2015-05-20Support Android NDK armeabi-v7a-hard ABI. (-mfloat-abi=hard)Zhang Xianyi1-0/+6
2015-04-13Refs #478, #482. Fix segfault bug for gemv_t with MAX_ALLOC_STACK flag.Zhang Xianyi1-0/+2
2015-02-25Fixed some compiler errors/warnings for clang.Hank Anderson1-1/+1
2015-02-11Added MSVC defines to common.h.Hank Anderson1-0/+7
2014-12-30added optimizations for steamrollerWerner Saar1-0/+8
2014-08-01bugfix for linux affinity codewernsaar1-0/+11
2014-06-28Merge branch 'develop' of https://github.com/TimothyGu/OpenBLAS into TimothyG...Zhang Xianyi1-3/+3
2014-06-27Remove all trailing whitespace except lapack-netlibTimothy Gu1-3/+3
2014-06-27fix #394. this cleans up some handles after using them, and doesn't disable A...Jameson Nash1-9/+14
2014-05-15changed YIELDING for BULLDOZERwernsaar1-0/+7
2014-05-13added ARMV5 as reference platformwernsaar1-1/+1
2014-01-28Used SwitchToThread for YIELDING on AMD piledriver with Windows.Zhang Xianyi1-1/+2
2013-12-01modified common.hwernsaar1-0/+18
2013-08-28get rid of the generated cblas_noconst.h fileLars Buitinck1-2/+3
2013-07-11Refs #214, #221, #246. Fixed the getrf overflow bug on Windows.Zhang Xianyi1-0/+17
2013-02-01Missing line continuation -- follow-up to last commit (64ad8b9809).Zaheer Chothia1-1/+1
2013-02-01Refs #193. Don't use C99 complex numbers when building C++ code.Zaheer Chothia1-1/+2
2013-01-20Refs #185. Add missing 'const' to declarations in <cblas.h>. Thanks to Dan Po...Zaheer Chothia1-1/+2
2012-11-10Fix NetBSD build.Alexander Nasonov1-0/+5
2012-10-08Fixed #141. make f77blas.h compatible with compilers which lack C99 complex n...Zhang Xianyi1-0/+2
2012-05-23Fix inconsistent case for OS_* macros (Refs pull request #111)Zaheer Chothia1-1/+1
2012-05-20fix 'sched_yield' warnings on FreeBSD,NetBSDMike Nolta1-1/+1
2012-04-24Refs #95 cblas: compatibility for compilers without C99 complex number suppor...Zaheer Chothia1-0/+22
2012-02-19fix #49Mike Nolta1-0/+4
2011-04-20Fixed #21. Added extern C to support C++. Thank Tasio for the patch.Xianyi Zhang1-0/+10
2011-01-24Import GotoBLAS2 1.13 BSD version codes.Xianyi Zhang1-0/+610