agenium-scale/boost.simd

Better use of #if/#ifdef

ccharly opened this issue · 0 comments

We do mix both of them when one of the two is enough like:

#if NSIMD_CXX > 0
...
#endif 

And:

#ifdef NSIMD_IS_MSVC
...
#endif