TGY
|
b5ba95a6c0
|
Modernize obsolete inline order
|
2023-08-16 00:48:40 +02:00 |
H.J. Lu
|
53ee0b76bb
|
x86: Enable Intel CET
When Intel CET is enabled, we need to include <cet.h> in assembly codes
to mark Intel CET support and place _CET_ENDBR at the function entry.
|
2021-04-30 19:45:39 -07:00 |
Martin Kroeker
|
db3226a646
|
Add (empty) read barrier definition
|
2020-04-13 12:18:48 +02:00 |
luz.paz
|
daf2fec12d
|
Misc. typo fixes
Found via `codespell -q 3 -w -L ith,als,dum,nd,amin,nto,wis,ba -S ./relapack,./kernel,./lapack-netlib`
|
2019-04-29 17:03:56 -04:00 |
Martin Kroeker
|
b55c586fac
|
Fix missing clobber in x86/x86_64 blas_quickdivide inline assembly function (#2017)
* Fix missing clobber in blas_quickdivide assembly
|
2019-02-14 15:21:36 +01:00 |
Martin Kroeker
|
88e224f4c0
|
Merge pull request #1542 from martin-frbg/quickdiv64
Avoid out-of-bounds accesses in blas_quickdivide on big X86 systems
|
2018-05-02 18:11:50 +02:00 |
Martin Kroeker
|
e93355e5e1
|
Omit the table overflow check when building for small systems
|
2018-05-02 14:43:08 +02:00 |
Martin Kroeker
|
8145ecd70b
|
Avoid out-of-bounds reads from blas_quick_divide_table on big systems
|
2018-04-29 14:38:55 +02:00 |
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.
|
2018-04-02 10:48:22 -07:00 |
theoractice
|
fc3a558515
|
Fix a minor compiler error in VisualStudio with CMake
|
2016-03-20 18:58:18 +08:00 |
Zhang Xianyi
|
a1a96589aa
|
Fixed #773 blas_quickdivide bug on CMake and Visual Studio x86 32-bit.
|
2016-02-04 15:23:32 -05:00 |
Zhang Xianyi
|
94b125255f
|
Merge branch 'develop' into cmake
Conflicts:
driver/others/memory.c
|
2015-10-13 04:46:08 +08:00 |
Grazvydas Ignotas
|
6b92204a7c
|
add fallback blas_lock implementation
to be used on armv5 and new platforms
|
2015-08-16 18:59:17 +02:00 |
Grazvydas Ignotas
|
e12cf1123e
|
add fallback rpcc implementation
- use on arm, arm64 and any new platform
- use faster integer math instead of double
- use similar scale as rdtsc so that timeouts work
|
2015-08-16 18:59:16 +02:00 |
Zhang Xianyi
|
dcd5ba4443
|
Merge branch 'cmake' of https://github.com/hpanderson/OpenBLAS into hpanderson_cmake
|
2015-07-22 04:06:39 +08:00 |
Zhang Xianyi
|
51ff17d46e
|
Add AMD Excavator target.
|
2015-05-13 16:16:30 -05:00 |
Hank Anderson
|
3649cfbd7b
|
Fixed EPILOGUE for clang.
|
2015-02-25 12:23:26 -06:00 |
Hank Anderson
|
5ae8993752
|
Added intrinsics for MSVC.
|
2015-02-25 11:52:51 -06:00 |
Hank Anderson
|
056ba26755
|
Changed a number of inline calls to use __inline.
MSVC doesn't inmplement C99, so can't use the inline keyword. __inline
appears to work in MSVC and GCC.
|
2015-02-11 11:13:17 -06:00 |
Werner Saar
|
4319769b79
|
added target processor STEAMROLLER
|
2014-12-28 20:16:46 +08:00 |
Timothy Gu
|
6c2ead30f0
|
Remove all trailing whitespace except lapack-netlib
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
|
2014-06-27 12:05:18 -07:00 |
Zhang Xianyi
|
16eb780e13
|
Refs #262. Fixed compatibility issues of GNU stack markings with PathScale EKOPath(tm) Compiler Suite: Version 4.0.12.1
|
2013-09-22 09:37:59 +08:00 |
Zhang Xianyi
|
a2930664f4
|
Refs #262. Added executable stack markings.
|
2013-07-28 00:09:40 +08:00 |
Zhang Xianyi
|
886cbaf4e4
|
Support AMD Piledriver by bulldozer kernels.
|
2013-07-06 12:06:43 -03:00 |
Zhang Xianyi
|
57944538b6
|
Use ALIGN_5 instead of .algin 32 in assembly kernel. Added ALIGN_5 for 32-bit OSX.
|
2013-07-01 16:09:05 +08:00 |
Zhang Xianyi
|
37edae1c90
|
Refs #75. Check ffreep macro before the define.
|
2012-05-31 17:17:02 +08:00 |
Xianyi Zhang
|
a4daa34db7
|
Refs #75. Use ffreep opcode directly. Please check out http://www.sandpile.org/x86/opc_fpu.htm .
|
2012-05-30 20:25:01 +08:00 |
Zaheer Chothia
|
5199809bba
|
Fix typo: OS_CYGWIN -> OS_CYGWIN_NT, OS_INERIX -> OS_INTERIX
|
2012-05-23 00:23:25 +02:00 |
Zaheer Chothia
|
a431042475
|
Fix inconsistent case for OS_* macros (Refs pull request #111)
|
2012-05-23 00:01:14 +02:00 |
Mike Nolta
|
4e29b6ffc0
|
FreeBSD: fix OS_FreeBSD -> OS_FREEBSD typos
|
2012-05-21 16:57:19 -04:00 |
Xianyi Zhang
|
342bbc3871
|
Import GotoBLAS2 1.13 BSD version codes.
|
2011-01-24 14:54:24 +00:00 |