mirror of
https://github.com/recp/cglm.git
synced 2026-02-17 03:39:05 +00:00
simd128: code style
This commit is contained in:
@@ -262,7 +262,7 @@ glm_quat_normalize_to(versor q, versor dest) {
|
||||
|
||||
x0 = glmm_load(q);
|
||||
xdot = glmm_vdot(x0, x0);
|
||||
// dot = _mm_cvtss_f32(xdot);
|
||||
/* dot = _mm_cvtss_f32(xdot); */
|
||||
dot = wasm_f32x4_extract_lane(xdot, 0);
|
||||
|
||||
if (dot <= 0.0f) {
|
||||
|
||||
Reference in New Issue
Block a user