Fixed matrix division
This commit is contained in:
parent
2438ec04b1
commit
3def64b49b
@ -157,7 +157,7 @@ namespace detail
|
||||
)
|
||||
{
|
||||
__m128 Inv[4];
|
||||
sse_inverse_ps(&this->Data[0].Data, Inv);
|
||||
sse_inverse_ps(&m.Data[0].Data, Inv);
|
||||
sse_mul_ps(&this->Data[0].Data, Inv, &this->Data[0].Data);
|
||||
return *this;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user