// // _fclrf from 0x18013b84a to 0x18013b85e (20 bytes) // // 2 xrefs: // > _clrfp @ 0x180133848 // > _clearfp @ 0x18014212d // // This function is hookable on this platform! // // Using BromaIDA 8.0.0 @ https://github.com/Stazzical/BromaIDA // Using bindings at commit ba9f177b at Thu Jul 16 22:52:06 2026 from https://github.com/geode-sdk/bindings // void fclrf() { _mm_setcsr(_mm_getcsr() & 0xFFFFFFC0); }