-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Medium
-
Code Generation Tools
-
CODEGEN-12546
-
-
-
default
Atomic operations require cache coherence, which is only available on C7100 and C7120. The following APIs should not be available on other C7000 versions:
int __atomic_swap(int*, int, int); /* ASW */ long __atomic_swap(long*, long, long); /* ASD */ int __atomic_compare_swap(int*, int, int); /* CASW */ long __atomic_compare_swap(long*, long, long); /* CASD */