Hacker News new | past | comments | ask | show | jobs | submit login

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.



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




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: