Closed wjakob closed 1 month ago
Extracting the sign bit using comparison operators is not portable across platforms. This commit makes operations like of copysign, mulsign, etc., examine the actual bit pattern.
copysign
mulsign
Extracting the sign bit using comparison operators is not portable across platforms. This commit makes operations like of
copysign
,mulsign
, etc., examine the actual bit pattern.