ridiculousfish / libdivide

Official git repository for libdivide: optimized integer division
http://libdivide.com
Other
1.09k stars 77 forks source link

Hide SSE2 code behind #ifdefs #36

Closed norbertwenzel closed 6 years ago

norbertwenzel commented 6 years ago

Make sure all code using SSE2 is guarded with LIBDIVIDE_USE_SSE2 define.

As mentioned in #34, but this commit is independent from the build system.

ridiculousfish commented 6 years ago

Merged, thanks!