smack icon indicating copy to clipboard operation
smack copied to clipboard

Translation error of uses of the copysign family of functions

Open keram88 opened this issue 5 months ago • 0 comments

It appears clang translates calls to the copysign functions to the corresponding LLVM copysign intrinsics (such as @llvm.copysign.f32). This leads to failures when using the copysign functions and the fmod functions which also use copysign. See test/c/mathc/copysign.c for a failing example.

keram88 avatar Sep 04 '24 03:09 keram88