Update wasm.h

This commit is contained in:
Recep Aslantas
2025-02-09 15:30:49 +03:00
parent a88d32c776
commit 4d0a0a7025

View File

@@ -14,8 +14,9 @@
#define glmm_load(p) wasm_v128_load(p)
#define glmm_store(p, a) wasm_v128_store(p, (a))
#define glmm_set1(x) wasm_f32x4_splat(x)
#define glmm_128 v128_t
#define glmm_set1(x) wasm_f32x4_splat(x)
#define glmm_set1_rval(x) wasm_f32x4_splat(x)
#define glmm_128 v128_t
#define glmm_shuff1(xmm, z, y, x, w) wasm_i32x4_shuffle(xmm, xmm, w, x, y, z)