// // __vdecl_sinf4 from 0x18011ffa0 to 0x18011ffb2 (18 bytes) // // 4 xrefs: // > sub_180053860 @ 0x1800539ce // > sub_180053860 @ 0x1800539da // > __libm_sse2_sincosf_ @ 0x18011ffe8 // > __libm_sse2_sincosf4_ @ 0x18012000e // // 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 // __int64 _vdecl_sinf4() { if ( dword_1801B1700 >= 2 ) return _sse4_sinf4(); else return _sse2_sinf4(); }