29 #ifndef RASTERIO_SSSE3_H_INCLUDED
30 #define RASTERIO_SSSE3_H_INCLUDED
34 #if defined(HAVE_SSSE3_AT_COMPILE_TIME) && \
35 (defined(__x86_64) || defined(_M_X64))
46 #if !defined(__GNUC__) || defined(__clang__)
55 #if (defined(__GNUC__) && !defined(__clang__)) || \
56 defined(__INTEL_CLANG_COMPILER)
Core portability definitions for CPL.
int GPtrDiff_t
Integer type large enough to hold the difference between 2 addresses.
Definition: cpl_port.h:256
#define CPL_RESTRICT
restrict keyword to declare that pointers do not alias
Definition: cpl_port.h:1022
unsigned short GUInt16
Unsigned int16 type.
Definition: cpl_port.h:183
unsigned char GByte
Unsigned byte type.
Definition: cpl_port.h:185