// // __acrt_initialize_fma3 from 0x180133cc0 to 0x180133d30 (112 bytes) // // 2 xrefs: // > @ 0x180144528 // > @ 0x1802031d0 // // 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 _acrt_initialize_fma3() { int v0; // r8d v0 = 0; dword_1801F4D50 = 0; _RAX = 1; __asm { cpuid } if ( (_RCX & 0x18001000) == 0x18001000 ) { __asm { xgetbv } v0 = dword_1801F4D50; } dword_1801F4D54 = v0; return 0; }