diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2016-08-11 16:26:19 -0600 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2016-08-11 16:26:19 -0600 |
commit | eefc1b5cd31935ff51fcb8bd8b9ef4bea6dd87ed (patch) | |
tree | 4784b05d31f17eaef6b204860e8b80b8635ccb91 /numpy/lib/tests/test_function_base.py | |
parent | 5130ef1b3d8cdd984a937ccf8c168d65c91cefc4 (diff) | |
download | numpy-eefc1b5cd31935ff51fcb8bd8b9ef4bea6dd87ed.tar.gz |
BUG: Check for HAVE_LDOUBLE_DOUBLE_DOUBLE_LE in npy_math_complex.
The `_real_part_reciprocal` function is coded in two ways, one depending
on functions specific to IEEE floating point and the other using generic
code that should always work. Because PPC long double is not IEEE the
generic version should always be chosen for that architecture, but that
is currently only done when the PPC is configured as big endian. This
PR makes sure that the generic version is also chosen when the PPC is
configured as little endian.
Closes #7836.
Diffstat (limited to 'numpy/lib/tests/test_function_base.py')
0 files changed, 0 insertions, 0 deletions