Skip to content
Snippets Groups Projects
Commit 120316d0 authored by Sam Yates's avatar Sam Yates Committed by Benjamin Cumming
Browse files

Work-around for gcc version < 8.2 versus std::fma (#572)

Use a compat::fma wrapper for std::fma to avoid a bug in the tree optimizer in GCC version < 8.2.

See: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87046
Fixes #568.
parent fa0d7aef
No related branches found
No related tags found
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment