projects
/
platform
/
upstream
/
openblas.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a87e537
)
fix the CI failure of lack the head
author
Qiyu8
<fangchunlin@huawei.com>
Thu, 12 Nov 2020 09:35:17 +0000
(17:35 +0800)
committer
Qiyu8
<fangchunlin@huawei.com>
Thu, 12 Nov 2020 09:35:17 +0000
(17:35 +0800)
kernel/simd/intrin.h
patch
|
blob
|
history
diff --git
a/kernel/simd/intrin.h
b/kernel/simd/intrin.h
index
ef8fcb8
..
3802a91
100644
(file)
--- a/
kernel/simd/intrin.h
+++ b/
kernel/simd/intrin.h
@@
-47,7
+47,7
@@
extern "C" {
#endif
/** AVX **/
-#if
def HAVE_AVX
+#if
defined(HAVE_AVX) || defined(HAVE_FMA3)
#include <immintrin.h>
#endif