top | item 40760512

(no title)

nikic | 1 year 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.

discuss

order

wmobit|1 year ago

clang does have pragma clang fp to enable a subset of fast math flags within a scope