Y
Hacker News
new
|
ask
|
show
|
jobs
by
nikic
726 days ago
LLVM actually also supports instruction-level granularity for fast-math (using essentially the same mechanism as things like unchecked_add), but Clang doesn't expose that level of control.
1 comments
wmobit
726 days ago
clang does have pragma clang fp to enable a subset of fast math flags within a scope
link