Keep -vet happy

This commit is contained in:
gingerBill
2022-05-26 13:56:35 +01:00
parent 59e9df2609
commit c2610cb75e
3 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -136,4 +136,4 @@ copysign :: #force_inline proc "contextless" (v, sign: $T/#simd[$LANES]$E) -> T
sign_bit := and(to_bits(sign), neg_zero)
magnitude := and(to_bits(v), bit_not(neg_zero))
return transmute(T)or(sign_bit, magnitude)
}
}