diff --git a/lib/std/math/math_nolibc/rempi.c3 b/lib/std/math/math_nolibc/rempi.c3 index ac3172143..812498131 100644 --- a/lib/std/math/math_nolibc/rempi.c3 +++ b/lib/std/math/math_nolibc/rempi.c3 @@ -23,11 +23,11 @@ import std::math; * use __rem_pio2_large() for large x */ -<* +/* * invpio2: 53 bits of 2/pi * pio2_1: first 25 bits of pi/2 * pio2_1t: pi/2 - pio2_1 - *> + */ fn int __rem_pio2f(float x, double *y) { const double PIO4 = 0x1.921fb6p-1;