summaryrefslogtreecommitdiff
path: root/AK/FPControl.h
AgeCommit message (Collapse)Author
2022-05-07AK: Add a cpp-y, more fine grained version of fenv.h: FPControl.hHendiadyoin1
This allows direct inlining and hides away some assembly and bit-fiddling when manipulating the floating point environment. This only implements the x87/SSE versions, as of now.