authorgravatar for hi@mihaelm.commihael <hi@mihaelm.com> 2026-03-17 23:31:53+01:00
committergravatar for hi@mihaelm.commihael <hi@mihaelm.com> 2026-03-17 23:33:10+01:00
log153990d407e53d965bbb0c2c9ece333737c90363
tree12f0a4e19c4d620fabbb9cce615139e83ed84ba2
parent691416c24d3c99574f1b168931f8fcd6227760b8
signaturebadge-check Signed by SSH key SHA256:aoFoShdYLdrqMichqKXSSieTKUfACUIDJHsKc4V2tQg

`libzigc`: Remove qemu-riscv comment


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 {
182182 return 0.0;
183183 }
184184
185 // Avoids raising the INVALID flag on qemu-riscv
186185 if (math.isNan(x)) {
187186 iptr.* = math.nan(T);
188187 return math.nan(T);