mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-02 04:38:16 +00:00
Keep -vet happy
This commit is contained in:
+1
-1
@@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user