Changeset 777 for soft/giet_vm/giet_libs/math/s_isnan.c
- Timestamp:
- Feb 4, 2016, 6:25:22 PM (10 years ago)
- File:
-
- 1 edited
-
soft/giet_vm/giet_libs/math/s_isnan.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
soft/giet_vm/giet_libs/math/s_isnan.c
r581 r777 26 26 EXTRACT_WORDS(hx,lx,x); 27 27 hx &= 0x7fffffff; 28 hx |= (u _int32_t)(lx|(-lx))>>31;28 hx |= (uint32_t)(lx|(-lx))>>31; 29 29 hx = 0x7ff00000 - hx; 30 return (int)(((u _int32_t)hx)>>31);30 return (int)(((uint32_t)hx)>>31); 31 31 }
Note: See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/trac/giet-vm/chrome/site/your_project_logo.png)