// // _sse4_floorf4 from 0x180123b60 to 0x180123b67 (7 bytes) // // 1 xrefs: // > @ 0x180120497 // // 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 // // local variable allocation has failed, the output may be wrong! __m128 __fastcall _sse4_floorf4(double a1) { return _mm_round_ps(*(__m128 *)&a1, 1); }