13#ifndef RASTERIO_SSSE3_H_INCLUDED
14#define RASTERIO_SSSE3_H_INCLUDED
18#if defined(HAVE_SSSE3_AT_COMPILE_TIME) && \
19 (defined(__x86_64) || defined(_M_X64))
30#if !defined(__GNUC__) || defined(__clang__)
39#if (defined(__GNUC__) && !defined(__clang__)) || \
40 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:240
#define CPL_RESTRICT
restrict keyword to declare that pointers do not alias
Definition: cpl_port.h:1010
unsigned short GUInt16
Unsigned int16 type.
Definition: cpl_port.h:167
unsigned char GByte
Unsigned byte type.
Definition: cpl_port.h:169