Changeset 98478 in vbox
- Timestamp:
- Feb 6, 2023 10:27:07 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/softfloat-3e/source/f32_sqrt.c
r98470 r98478 120 120 } 121 121 122 #ifdef VBOX/* Remake of f32_sqrt using the same algorithm from softfloat_approxRecipSqrt32_1 */ 122 123 float32_t f32_rsqrt( float32_t a SOFTFLOAT_STATE_DECL_COMMA ) 123 124 { … … 182 183 183 184 } 185 #endif
Note:
See TracChangeset
for help on using the changeset viewer.