hostsupport/hostopenvg/src/riRasterizer.h
branchbug235_bringup_0
changeset 73 11fc086941ac
parent 53 c2ef9095503a
equal deleted inserted replaced
72:fd0a704154b9 73:11fc086941ac
    53 #    include <stdio.h>
    53 #    include <stdio.h>
    54 #endif
    54 #endif
    55 // \todo SSE2 probably has everything necessary and matches the minimum platform requirements.
    55 // \todo SSE2 probably has everything necessary and matches the minimum platform requirements.
    56 // SSE4 is probably too new. SSE3?
    56 // SSE4 is probably too new. SSE3?
    57 // \note This will cause the code to not compile on MSVC...
    57 // \note This will cause the code to not compile on MSVC...
    58 #define USE_SSE2
       
    59 
    58 
    60 #if defined(USE_SSE2)
    59 #if defined(USE_SSE2)
    61 // \todo only the last include is needed: QT creator does not find types if others not included.
    60 // \todo only the last include is needed: QT creator does not find types if others not included.
    62 #   include <mmintrin.h>
    61 #   include <mmintrin.h>
    63 #   include <xmmintrin.h>
    62 #   include <xmmintrin.h>