manodeep / Corrfunc

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

Newer CPUs default to fallback rather than AVX #93

Closed manodeep closed 8 years ago

manodeep commented 8 years ago

There should be a case for instructions sets > AVX, (AVX2, AVX512F) that selects the AVX implementation. Thanks to @lgarrison for catching.

Solution would be to use fallthrough in the switch case.