diff options
Diffstat (limited to 'absl/base/internal/prefetch.h')
-rw-r--r-- | absl/base/internal/prefetch.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/absl/base/internal/prefetch.h b/absl/base/internal/prefetch.h index a71b3897..d4971a68 100644 --- a/absl/base/internal/prefetch.h +++ b/absl/base/internal/prefetch.h @@ -72,6 +72,8 @@ void PrefetchNta(const void* addr); #if ABSL_HAVE_BUILTIN(__builtin_prefetch) || defined(__GNUC__) +#define ABSL_INTERNAL_HAVE_PREFETCH 1 + // See __builtin_prefetch: // https://gcc.gnu.org/onlinedocs/gcc/Other-Builtins.html. // |