Changeset 38354 in vbox
- Timestamp:
- Aug 8, 2011 2:58:39 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/nocrt/x86/math.h
r28800 r38354 77 77 DECLINLINE(double) inline_sqrt(double rd) 78 78 { 79 return (double)inline_sqrt (rd);79 return (double)inline_sqrtl(rd); 80 80 } 81 81
Note:
See TracChangeset
for help on using the changeset viewer.