git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@543 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
NishiOwO
2025-11-01 04:25:22 +00:00
parent 0626cb3527
commit 98143415ba
12 changed files with 467 additions and 64 deletions

View File

@@ -1,4 +1,5 @@
/* $Id$ */
#ifdef GUARD
#include <Mw/LowLevelMath.h>
#include "math_internal.h"
@@ -101,3 +102,4 @@ void mmx_apply(MwLLMathVTable** t) {
t[_MwLLVecTypeI32x2]->ShiftLeft = mmx_shiftLeft_u32;
t[_MwLLVecTypeI32x2]->ShiftRight = mmx_shiftRight_u32;
}
#endif