mirror of
https://github.com/zeldaret/tp
synced 2026-08-02 00:24:25 -04:00
remove asm
This commit is contained in:
@@ -75,9 +75,9 @@ inline f32 sqrtf(f32 mag) {
|
||||
tmpd = sqrt_step(tmpd, mag);
|
||||
return mag * tmpd;
|
||||
} else if (mag < 0.0) {
|
||||
return /* __float_nan */ __float_nan[0];
|
||||
return __float_nan[0];
|
||||
} else if (fpclassify(mag) == 1) {
|
||||
return /* __float_nan */ __float_nan[0];
|
||||
return __float_nan[0];
|
||||
} else {
|
||||
return mag;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user