[Numpy-svn] [numpy/numpy] eefc1b: BUG: Check for HAVE_LDOUBLE_DOUBLE_DOUBLE_LE in np...

GitHub noreply at github.com
Mon Aug 15 14:45:00 EDT 2016


  Branch: refs/heads/master
  Home:   https://github.com/numpy/numpy
  Commit: eefc1b5cd31935ff51fcb8bd8b9ef4bea6dd87ed
      https://github.com/numpy/numpy/commit/eefc1b5cd31935ff51fcb8bd8b9ef4bea6dd87ed
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2016-08-11 (Thu, 11 Aug 2016)

  Changed paths:
    M numpy/core/src/npymath/npy_math_complex.c.src

  Log Message:
  -----------
  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.


  Commit: 256103a9313a59a0a0762175574ed5acb5290520
      https://github.com/numpy/numpy/commit/256103a9313a59a0a0762175574ed5acb5290520
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2016-08-15 (Mon, 15 Aug 2016)

  Changed paths:
    M numpy/core/src/npymath/npy_math_complex.c.src

  Log Message:
  -----------
  Merge pull request #7931 from charris/fix-npymath-for-ppc

BUG: Check for HAVE_LDOUBLE_DOUBLE_DOUBLE_LE in npy_math_complex.


Compare: https://github.com/numpy/numpy/compare/e6a345701109...256103a9313a


More information about the Numpy-svn mailing list