Home
last modified time | relevance | path

Searched refs:SQUISH_USE_SSE (Results 1 – 5 of 5) sorted by relevance

/TaskScheduler/ThirdParty/Squish/
H A Dconfig.h35 #ifndef SQUISH_USE_SSE
36 #define SQUISH_USE_SSE 0 macro
40 #if SQUISH_USE_ALTIVEC && SQUISH_USE_SSE
43 #if SQUISH_USE_ALTIVEC || SQUISH_USE_SSE
H A Dsimd.h33 #elif SQUISH_USE_SSE
H A Dsimd_sse.h30 #if ( SQUISH_USE_SSE > 1 )
148 #if ( SQUISH_USE_SSE == 1 ) in Truncate()
H A DREADME13 SSE2 optimisations. To change this either change or remove the SQUISH_USE_SSE=2
H A DChangeLog9 * Changed use of SQUISH_USE_SSE to be 1 for SSE and 2 for SSE2 instructions