google / mathfu

C++ math library developed primarily for games focused on simplicity and efficiency.

Home Page:http://google.github.io/mathfu

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Matrix vector product question.

panzergame opened this issue · comments

Hello, i was looking at the source of Matrix and found that the product with a vector use a macro and not call the DotProduct function. Why this choice as it disable SIMD dot support for 2/3/4 size vector ?