| author | |
| committer | |
| log | 153990d407e53d965bbb0c2c9ece333737c90363 |
| tree | 12f0a4e19c4d620fabbb9cce615139e83ed84ba2 |
| parent | 691416c24d3c99574f1b168931f8fcd6227760b8 |
| signature |
1 files changed, 0 insertions(+), 1 deletions(-)
lib/c/math.zig-1| ... | @@ -182,7 +182,6 @@ fn modfGeneric(comptime T: type, x: T, iptr: *T) T { | ... | @@ -182,7 +182,6 @@ fn modfGeneric(comptime T: type, x: T, iptr: *T) T { |
| 182 | return 0.0; | 182 | return 0.0; |
| 183 | } | 183 | } |
| 184 | 184 | ||
| 185 | // Avoids raising the INVALID flag on qemu-riscv | ||
| 186 | if (math.isNan(x)) { | 185 | if (math.isNan(x)) { |
| 187 | iptr.* = math.nan(T); | 186 | iptr.* = math.nan(T); |
| 188 | return math.nan(T); | 187 | return math.nan(T); |