// // sub_101AAC from 0x101aac to 0x101ac8 (28 bytes) // // 2 xrefs: // > sub_FFD5C @ 0x100438 // > sub_FFD5C @ 0x10044c // // 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 // float32x4_t sub_101AAC() { float32x4_t *v0; // x14 float32x4_t *v1; // x15 float32x4_t result; // q0 result = vaddq_f32(*v1, *v0); *v0 = result; return result; }