mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-04-27 19:09:47 +03:00
libzigc: Remove qemu-riscv comment
This commit is contained in:
@@ -182,7 +182,6 @@ fn modfGeneric(comptime T: type, x: T, iptr: *T) T {
|
||||
return 0.0;
|
||||
}
|
||||
|
||||
// Avoids raising the INVALID flag on qemu-riscv
|
||||
if (math.isNan(x)) {
|
||||
iptr.* = math.nan(T);
|
||||
return math.nan(T);
|
||||
|
||||
Reference in New Issue
Block a user