Argh , R4 sources have a bug , I was in hurry replacing the asi files so forgot about srcs lol .
And just checked - highest instruction set in ur compilation is SSE2 .
__forceinline float sub_64DF40(int _this, int a2) // dot product { return (float)(*(float *)_this * *(float *)a2 + *(float *)(_this + 4) * *(float *)(a2 + 4) + *(float *)(_this + 8) * *(float *)(a2 + 8)); }
__forceinline float sub_64DF40(int _this, int a2) // dot product { return (float)(*(float *)_this * *(float *)a2 + *(float *)(_this + 4) * *(float *)(a2 + 4) + *(float *)(_this + 8) * *(float *)(a2 + 8)); }