simd128: enable in headers

This commit is contained in:
myfreeer
2023-03-06 17:07:45 +08:00
parent 6b7a63953c
commit 71c585b159
4 changed files with 76 additions and 1 deletions

View File

@@ -6,7 +6,7 @@
#include <wasm_simd128.h>
#define glmm_load(p) wasm_v128_load(p)
#define glmm_store(p, a) wasm_v128_store(p, a)
#define glmm_store(p, a) wasm_v128_store(p, (a))
#define glmm_set1(x) wasm_f32x4_splat(x)
#define glmm_128 v128_t