diff options
Diffstat (limited to 'std/math/sin.zig')
| -rw-r--r-- | std/math/sin.zig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/std/math/sin.zig b/std/math/sin.zig index 3796d74812..15b2f9f17a 100644 --- a/std/math/sin.zig +++ b/std/math/sin.zig @@ -38,8 +38,6 @@ const C5 = 4.16666666666665929218E-2; // // This may have slight differences on some edge cases and may need to replaced if so. fn sin32(x_: f32) f32 { - @setFloatMode(this, @import("builtin").FloatMode.Strict); - const pi4a = 7.85398125648498535156e-1; const pi4b = 3.77489470793079817668E-8; const pi4c = 2.69515142907905952645E-15; |
