This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
make regen for the IBM/CRAY fp
authorJarkko Hietaniemi <jhi@iki.fi>
Mon, 17 Oct 2016 21:55:26 +0000 (17:55 -0400)
committerJarkko Hietaniemi <jhi@iki.fi>
Mon, 17 Oct 2016 23:29:30 +0000 (19:29 -0400)
uconfig.h

index a02560f..f8bb9c0 100644 (file)
--- a/uconfig.h
+++ b/uconfig.h
  *     DOUBLE_IS_VAX_F_FLOAT
  *     DOUBLE_IS_VAX_D_FLOAT
  *     DOUBLE_IS_VAX_G_FLOAT
+ *     DOUBLE_IS_IBM_SINGLE_32_BIT
+ *     DOUBLE_IS_IBM_DOUBLE_64_BIT
+ *     DOUBLE_IS_CRAY_SINGLE_64_BIT
  *     DOUBLE_IS_UNKNOWN_FORMAT
  */
 #define DOUBLEKIND 3           /**/
 #define DOUBLE_IS_VAX_F_FLOAT  9
 #define DOUBLE_IS_VAX_D_FLOAT  10
 #define DOUBLE_IS_VAX_G_FLOAT  11
+#define DOUBLE_IS_IBM_SINGLE_32_BIT    12
+#define DOUBLE_IS_IBM_DOUBLE_64_BIT    13
+#define DOUBLE_IS_CRAY_SINGLE_64_BIT   14
 #define DOUBLE_IS_UNKNOWN_FORMAT               -1
 /*#define PERL_PRIfldbl        "llf"   / **/
 /*#define PERL_PRIgldbl        "llg"   / **/
 #endif
 
 /* Generated from:
- * 42be1deadbcceadd92a1463d6c11c441bad7c83fe2a4cd1c2ebec7742bb5e8a3 config_h.SH
+ * 6b650d833a54250188bb71d659ae15d31148e6b005c50a63ef8e3599668a1c43 config_h.SH
  * 0fca2bf99ac976bba919b593a18bacd059c581dbe6c8638dc0861b1e613b8406 uconfig.sh
  * ex: set ro: */