manodeep / Corrfunc

⚡️⚡️⚡️Blazing fast correlation functions on the CPU.
https://corrfunc.readthedocs.io
MIT License
167 stars 51 forks source link

Allow runtime function selection #66

Closed manodeep closed 8 years ago

manodeep commented 8 years ago

Currently, all the count*driver functions dispatch to the function compiled with the highest instruction set (e.g., when AVX and SSE are both available, only the AVX function will be called). By using varargs, this should be implementable reasonably easily.

manodeep commented 8 years ago

Same as Issue #64 - fixed via latest changes from develop