Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Translation error of uses of the copysign family of functions #801

Open
keram88 opened this issue Sep 4, 2024 · 0 comments
Open

Translation error of uses of the copysign family of functions #801

keram88 opened this issue Sep 4, 2024 · 0 comments
Labels

Comments

@keram88
Copy link
Contributor

keram88 commented Sep 4, 2024

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 keram88 added the bug label Sep 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant