diff options
author | Sayed Adel <seiko@imavr.com> | 2021-05-26 00:34:57 +0200 |
---|---|---|
committer | Sayed Adel <seiko@imavr.com> | 2021-05-26 23:35:47 +0200 |
commit | 0ec2c91dfdc6d62c7e2ebd0071a0dc990e1a84ec (patch) | |
tree | 399fc264a8b25e48e3aa96fe3b0df584a3c9f7b3 /numpy/lib/arrayterator.py | |
parent | 5520a1757e4476bc6526973ad46c46b82637ae1c (diff) | |
download | numpy-0ec2c91dfdc6d62c7e2ebd0071a0dc990e1a84ec.tar.gz |
BUG, SIMD: Fix detect host/native CPU features on ICC during compile-time
Unlike GCC and CLANG, Intel Compiler exposes all supported intrinsics,
whether or not the build options for those features are specified.
Therefore, we must test #definitions of CPU features when option native/host
is enabled via `--cpu-baseline` or through env var `CFLAGS` otherwise
the test will be broken and leads to enable all possible features.
Diffstat (limited to 'numpy/lib/arrayterator.py')
0 files changed, 0 insertions, 0 deletions