]> granicus.if.org Git - libatomic_ops/commitdiff
Remove outdated FIXME in msftc/arm.h about _InterlockedOps memory barrier
authorIvan Maidanski <ivmai@mail.ru>
Mon, 16 Jan 2017 20:55:01 +0000 (23:55 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Mon, 16 Jan 2017 20:57:10 +0000 (23:57 +0300)
* src/atomic_ops/sysdeps/msftc/arm.h: Remove FIXME about memory barrier
of _InterlockedOps (they have the correct one according to the MSDN).

src/atomic_ops/sysdeps/msftc/arm.h

index 647373b7e13d90ddebcc81f90450c04b1be60828..57e3cd956c4f002b489588baf569ede9f58bb0af 100644 (file)
@@ -25,8 +25,6 @@
 # define AO_ASSUME_WINDOWS98
 #endif
 #include "common32_defs.h"
-/* FIXME: Do _InterlockedOps really have a full memory barrier?         */
-/* (MSDN WinCE docs say nothing about it.)                              */
 
 #include "../test_and_set_t_is_ao_t.h"
 /* AO_test_and_set_full() is emulated using CAS.                        */