diff options
author | Sayed Adel <seiko@imavr.com> | 2021-11-19 00:51:00 +0200 |
---|---|---|
committer | Sayed Adel <seiko@imavr.com> | 2021-11-19 03:18:45 +0200 |
commit | 9959d3de0e90f1bc140f4df7c5a9af024c7622db (patch) | |
tree | ac5bb48517aaf86661f6eb39a3a0fb255a1a580d /numpy/array_api/_array_object.py | |
parent | fc23679cc0da2716965279add044d323a02e2c42 (diff) | |
download | numpy-9959d3de0e90f1bc140f4df7c5a9af024c7622db.tar.gz |
BUG, SIMD: Fix `exp` FP stack overflow when `AVX512_SKX` is enabled
Don't count on the compiler for cast between mask and int registers.
On gcc7 with flags `-march>=nocona -O3` can cause FP stack overflow
which may lead to putting NaN into certain HW/FP calculations.
For more details, please check the comments in:
- https://github.com/numpy/numpy/issues/20356
Diffstat (limited to 'numpy/array_api/_array_object.py')
0 files changed, 0 insertions, 0 deletions