瀏覽代碼

Uncomment the BIG_ENDIAN bits. Had sneaked in...

Viral B. Shah 9 年之前
父節點
當前提交
c6e03fa736
共有 1 個文件被更改,包括 1 次插入2 次删除
  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