* src/atomic_ops/sysdeps/gcc/mips.h: Add TODO items (about double-wide
operations like load/store and CAS).
* src/atomic_ops/sysdeps/gcc/powerpc.h: Likewise.
* src/atomic_ops/sysdeps/gcc/s390.h: Likewise.
* src/atomic_ops/sysdeps/msftc/arm.h: Likewise.
#define AO_HAVE_fetch_compare_and_swap
/* #include "../standard_ao_double_t.h" */
-/* TODO: implement AO_compare_double_and_swap_double if available. */
+/* TODO: Implement double-wide operations if available. */
/* CAS primitives with acquire, release and full semantics are */
/* generated automatically (and AO_int_... primitives are */
#else
# define AO_T_IS_INT
#endif
+
+/* TODO: Implement double-wide operations if available. */
/* TODO: implement AO_fetch_compare_and_swap. */
-/* TODO: Add double-wide compare-and-swap for 32-bit executables. */
+/* TODO: Add double-wide operations for 32-bit executables. */
#define AO_HAVE_store_full
/* #include "../standard_ao_double_t.h" */
-/* TODO: implement AO_compare_double_and_swap_double (similar to x86). */
+/* TODO: implement double-wide operations (similar to x86). */
#else /* _M_ARM < 6 */