diff options
author | Raghuveer Devulapalli <raghuveer.devulapalli@intel.com> | 2019-07-02 15:19:49 -0700 |
---|---|---|
committer | Raghuveer Devulapalli <raghuveer.devulapalli@intel.com> | 2019-09-27 15:39:51 -0700 |
commit | d874804aeaf31049d258bb8f2943ad8ca7e68f0f (patch) | |
tree | 01087755049bf19a9a7ce6b15750095d73ca2a9c /numpy/core/numeric.py | |
parent | c37fb93043e4526a9f8569a2646084aa9e8e31cc (diff) | |
download | numpy-d874804aeaf31049d258bb8f2943ad8ca7e68f0f.tar.gz |
BUG: fixing multiple CI failures
(1) Workaround for bug in clang6: added missing GCC attribute to the
prototype of ISA_sqrt_TYPE function which otherwise leads to a weird
build failure in clang6 (gcc and clang7.0 doesnt have this issue)
(2) Changed np.float128 to np.longdouble in tests: NumPy in windows
doesn't support the np.float128 dtype
(3) GCC 4.8/5.0 doesn't support _mm512_abs_ps/pd intrinsic
Diffstat (limited to 'numpy/core/numeric.py')
0 files changed, 0 insertions, 0 deletions