You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: