eLEcTRiCZiTy / libfixmath

libfixmath
0 stars 0 forks source link

Optimize caching on trig functions #16

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Currently the trig functions store the keys/values separately (as pointed out 
by Tev). For cache optimization reasons it makes sense to store the key and 
values next to each other so that they can be fetched from the same cache line 
in a single operation.

Original issue reported on code.google.com by Flatmush@googlemail.com on 23 Jul 2012 at 9:51