summaryrefslogtreecommitdiff
path: root/numpy/doc/indexing.py
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2016-08-11 16:26:19 -0600
committerCharles Harris <charlesr.harris@gmail.com>2016-08-11 16:26:19 -0600
commiteefc1b5cd31935ff51fcb8bd8b9ef4bea6dd87ed (patch)
tree4784b05d31f17eaef6b204860e8b80b8635ccb91 /numpy/doc/indexing.py
parent5130ef1b3d8cdd984a937ccf8c168d65c91cefc4 (diff)
downloadnumpy-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/doc/indexing.py')
0 files changed, 0 insertions, 0 deletions