Răsfoiți Sursa

Uncomment the BIG_ENDIAN bits. Had sneaked in...

Viral B. Shah 9 ani în urmă
părinte
comite
c6e03fa736
1 a modificat fișierele cu 1 adăugiri și 2 ștergeri
  1. 1 2
      src/math_private.h

+ 1 - 2
src/math_private.h

@@ -50,7 +50,6 @@
 #define	IEEE_WORD_ORDER	BYTE_ORDER
 #endif
 
-/*
 #if IEEE_WORD_ORDER == BIG_ENDIAN
 
 typedef union
@@ -68,7 +67,7 @@ typedef union
 } ieee_double_shape_type;
 
 #endif
-*/
+
 #if IEEE_WORD_ORDER == LITTLE_ENDIAN
 
 typedef union