Go to the documentation of this file.
22 #ifndef _BLAZE_SYSTEM_RESTRICT_H_
23 #define _BLAZE_SYSTEM_RESTRICT_H_
48 #if BLAZE_USE_RESTRICT
51 # if defined(__INTEL_COMPILER) || defined(__ICL) || defined(__ICC) || defined(__ECC)
52 # define BLAZE_RESTRICT __restrict
55 # elif defined(__GNUC__)
56 # define BLAZE_RESTRICT __restrict
59 # elif defined(_MSC_VER)
60 # define BLAZE_RESTRICT
64 # define BLAZE_RESTRICT
68 # define BLAZE_RESTRICT