From 153990d407e53d965bbb0c2c9ece333737c90363 Mon Sep 17 00:00:00 2001 From: mihael Date: Tue, 17 Mar 2026 23:31:53 +0100 Subject: [PATCH] `libzigc`: Remove qemu-riscv comment --- lib/c/math.zig | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/c/math.zig b/lib/c/math.zig index 15022cb4a6..3f7b9ca237 100644 --- a/lib/c/math.zig +++ b/lib/c/math.zig @@ -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);