summaryrefslogtreecommitdiff
path: root/common_x86.h
AgeCommit message (Expand)AuthorFilesLines
2020-04-13Add (empty) read barrier definitionMartin Kroeker1-0/+1
2019-04-29Misc. typo fixesluz.paz1-1/+1
2019-02-14Fix missing clobber in x86/x86_64 blas_quickdivide inline assembly function (...Martin Kroeker1-1/+1
2018-05-02Merge pull request #1542 from martin-frbg/quickdiv64Martin Kroeker1-1/+7
2018-05-02Omit the table overflow check when building for small systemsMartin Kroeker1-2/+4
2018-04-29Avoid out-of-bounds reads from blas_quick_divide_table on big systemsMartin Kroeker1-0/+4
2018-04-02Allow building on OpenBSDAlex Arslan1-1/+1
2016-03-20Fix a minor compiler error in VisualStudio with CMaketheoractice1-1/+1
2016-02-04Fixed #773 blas_quickdivide bug on CMake and Visual Studio x86 32-bit.Zhang Xianyi1-4/+9
2015-10-13Merge branch 'develop' into cmakeZhang Xianyi1-0/+2
2015-08-16add fallback blas_lock implementationGrazvydas Ignotas1-0/+1
2015-08-16add fallback rpcc implementationGrazvydas Ignotas1-0/+1
2015-07-22Merge branch 'cmake' of https://github.com/hpanderson/OpenBLAS into hpanderso...Zhang Xianyi1-1/+34
2015-05-13Add AMD Excavator target.Zhang Xianyi1-1/+1
2015-02-25Fixed EPILOGUE for clang.Hank Anderson1-0/+4
2015-02-25Added intrinsics for MSVC.Hank Anderson1-0/+29
2015-02-11Changed a number of inline calls to use __inline.Hank Anderson1-1/+1
2014-12-28added target processor STEAMROLLERWerner Saar1-1/+1
2014-06-27Remove all trailing whitespace except lapack-netlibTimothy Gu1-6/+6
2013-09-22Refs #262. Fixed compatibility issues of GNU stack markings with PathScale EK...Zhang Xianyi1-1/+1
2013-07-28Refs #262. Added executable stack markings.Zhang Xianyi1-1/+3
2013-07-06Support AMD Piledriver by bulldozer kernels.Zhang Xianyi1-0/+5
2013-07-01Use ALIGN_5 instead of .algin 32 in assembly kernel. Added ALIGN_5 for 32-bit...Zhang Xianyi1-2/+2
2012-05-31Refs #75. Check ffreep macro before the define.Zhang Xianyi1-0/+2
2012-05-30Refs #75. Use ffreep opcode directly. Please check out http://www.sandpile.or...Xianyi Zhang1-0/+5
2012-05-23Fix typo: OS_CYGWIN -> OS_CYGWIN_NT, OS_INERIX -> OS_INTERIXZaheer Chothia1-2/+2
2012-05-23Fix inconsistent case for OS_* macros (Refs pull request #111)Zaheer Chothia1-1/+1
2012-05-21FreeBSD: fix OS_FreeBSD -> OS_FREEBSD typosMike Nolta1-1/+1
2011-01-24Import GotoBLAS2 1.13 BSD version codes.Xianyi Zhang1-0/+359