summaryrefslogtreecommitdiff
path: root/src/atomic_ops/sysdeps/gcc/hexagon.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/atomic_ops/sysdeps/gcc/hexagon.h')
-rw-r--r--src/atomic_ops/sysdeps/gcc/hexagon.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/atomic_ops/sysdeps/gcc/hexagon.h b/src/atomic_ops/sysdeps/gcc/hexagon.h
index fdc9e56..62ad0da 100644
--- a/src/atomic_ops/sysdeps/gcc/hexagon.h
+++ b/src/atomic_ops/sysdeps/gcc/hexagon.h
@@ -92,4 +92,7 @@ AO_compare_and_swap(volatile AO_t *addr, AO_t old, AO_t new_val)
}
#define AO_HAVE_compare_and_swap
+/* Generalize first to define more AO_int_... primitives. */
+#include "../../generalize.h"
+
#include "../ao_t_is_int.h"