significant progess on SPOs
[pspp] / dump-float.c
index 4257ca17cd063bb2f1904b2fefccc5c11c6c86fb..84e4115e1915e7e8663241f54640d382c1efb769 100644 (file)
@@ -9,7 +9,7 @@ main (void)
       uint8_t b[8];
       double d;
     }
-  x = { .b = { 0xfa, 0x3c, 0x00, 0x00, 0x3b, 0x5a, 0x01, 0x00 } };
+  x = { .b = { 0x18, 0x00, 0x00, 0x1c, 0xf0, 0xff, 0xff, 0x5f } };
   printf ("%f\n", x.d);
   return 0;
 }