libzigc: Remove qemu-riscv comment

This commit is contained in:
mihael
2026-03-17 23:31:53 +01:00
parent 691416c24d
commit 153990d407
-1
View File
@@ -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);