Changeset 892
- Timestamp:
- Sep 2, 2011, 1:38:54 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/half.cpp
r887 r892 31 31 { 32 32 union { float f; uint32_t x; } u = { f }; 33 return ( ~u.x << 1) < 0x00fffffeu;33 return (u.x << 1) > 0xff000000u; 34 34 } 35 35 #endif
Note: See TracChangeset
for help on using the changeset viewer.