mirror of
https://github.com/g-truc/glm.git
synced 2024-11-10 04:31:47 +00:00
Yet another fix as this is no longer covered by unit tests
This commit is contained in:
parent
c7dbbee6a1
commit
9da0c80e26
@ -155,7 +155,7 @@ namespace detail
|
||||
|
||||
float32x4_t vd = vrsqrteq_f32(p);
|
||||
vec<4, float, Q> Result;
|
||||
Result.data = vmulq_f32(v, vd);
|
||||
Result.data = vmulq_f32(v.data, vd);
|
||||
return Result;
|
||||
}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user