-
-
Notifications
You must be signed in to change notification settings - Fork 41
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
Use correct C math.h
functions for complex
#578
Comments
I don't find it is wrong. I tried |
I'll dig out the test that generated the compiler warnings. |
I think I have found the problem here - not so much with |
math.h
functions for float
math.h
functions for complex
Fixed in #594 |
For
float
, FFCx generates code that usesfabs
but it should usefabsf
for floats. Same is likely for other math functions.Need to check and use correct functions.
The text was updated successfully, but these errors were encountered: