This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
AIX: Configure now detect this, leave the comment.
authorJarkko Hietaniemi <jhi@iki.fi>
Wed, 12 Nov 2014 11:54:47 +0000 (06:54 -0500)
committerJarkko Hietaniemi <jhi@iki.fi>
Sat, 15 Nov 2014 00:01:45 +0000 (19:01 -0500)
(Some AIX do not have long double math interfaces.)

ext/POSIX/POSIX.xs

index 02cd7a2..7012993 100644 (file)
 /* Certain AIX releases have the C99 math, but not in long double.
  * The <math.h> has them, e.g. __expl128, but no library has them!
  *
- * See the comments in hints/aix.sh about long doubles.
- *
- * AIX 5 releases before 5.3 unknown, AIX releases 7 unknown */
-#  if defined(_AIX53) || defined(_AIX61)
-#    define NO_C99_LONG_DOUBLE_MATH
-#  endif
+ * Also see the comments in hints/aix.sh about long doubles. */
 
 #  if defined(USE_QUADMATH) && defined(I_QUADMATH)
 #    define c99_acosh  acoshq