Use _mm_setzero and _mm_set1 instead of static global variables for the SIMD...
Use _mm_setzero and _mm_set1 instead of static global variables for the SIMD epsilon and zero vectors as this generates better code under modern compilers
Showing
- indra/llappearance/llpolymorph.cpp 4 additions, 3 deletionsindra/llappearance/llpolymorph.cpp
- indra/llmath/llsimdtypes.h 2 additions, 3 deletionsindra/llmath/llsimdtypes.h
- indra/llmath/llvector4a.cpp 2 additions, 13 deletionsindra/llmath/llvector4a.cpp
- indra/llmath/llvector4a.h 4 additions, 6 deletionsindra/llmath/llvector4a.h
Loading
Please register or sign in to comment