mirror of
https://github.com/encounter/tp.git
synced 2026-07-11 06:18:46 -07:00
rebase
This commit is contained in:
@@ -46,6 +46,7 @@ f32 tanf(f32);
|
||||
|
||||
extern f32 __float_nan[4];
|
||||
extern f32 __float_epsilon[4];
|
||||
extern f32 __float_max[4];
|
||||
|
||||
inline f64 sqrt_step(f64 tmpd, f32 mag) {
|
||||
return tmpd * 0.5 * (3.0 - mag * (tmpd * tmpd));
|
||||
@@ -68,4 +69,4 @@ inline f32 sqrtf(f32 mag) {
|
||||
}
|
||||
}
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user