mirror of
https://github.com/recp/cglm.git
synced 2025-12-31 04:37:01 +00:00
simd128: minor lint
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
static inline
|
||||
glmm_128
|
||||
glmm_abs(glmm_128 x) {
|
||||
return wasm_v128_andnot(x, wasm_f32x4_const_splat(-0.0f));
|
||||
return wasm_f32x4_abs(x);
|
||||
}
|
||||
|
||||
static inline
|
||||
|
||||
Reference in New Issue
Block a user