mirror of
https://github.com/facebook/zstd.git
synced 2025-10-09 00:05:28 -04:00
Removing no-tree-vectorize for intel
This commit is contained in:
parent
04744e52dc
commit
85d0efd619
@ -136,7 +136,7 @@
|
|||||||
|
|
||||||
/* vectorization
|
/* vectorization
|
||||||
* older GCC (pre gcc-4.3 picked as the cutoff) uses a different syntax */
|
* older GCC (pre gcc-4.3 picked as the cutoff) uses a different syntax */
|
||||||
#if !defined(__clang__) && defined(__GNUC__)
|
#if !defined(__INTEL_COMPILER) && !defined(__clang__) && defined(__GNUC__)
|
||||||
# if (__GNUC__ == 4 && __GNUC_MINOR__ > 3) || (__GNUC__ >= 5)
|
# if (__GNUC__ == 4 && __GNUC_MINOR__ > 3) || (__GNUC__ >= 5)
|
||||||
# define DONT_VECTORIZE __attribute__((optimize("no-tree-vectorize")))
|
# define DONT_VECTORIZE __attribute__((optimize("no-tree-vectorize")))
|
||||||
# else
|
# else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user