summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/atomic_ops/sysdeps/gcc/x86.h1
-rw-r--r--src/atomic_ops/sysdeps/sunc/x86.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/atomic_ops/sysdeps/gcc/x86.h b/src/atomic_ops/sysdeps/gcc/x86.h
index dc25505..3ccfd02 100644
--- a/src/atomic_ops/sysdeps/gcc/x86.h
+++ b/src/atomic_ops/sysdeps/gcc/x86.h
@@ -96,7 +96,6 @@ AO_short_fetch_and_add_full (volatile unsigned short *p, unsigned short incr)
#define AO_HAVE_short_fetch_and_add_full
#ifndef AO_PREFER_GENERALIZED
- /* Really only works for 486 and later */
AO_INLINE void
AO_and_full (volatile AO_t *p, AO_t value)
{
diff --git a/src/atomic_ops/sysdeps/sunc/x86.h b/src/atomic_ops/sysdeps/sunc/x86.h
index a3cb922..12cb3b8 100644
--- a/src/atomic_ops/sysdeps/sunc/x86.h
+++ b/src/atomic_ops/sysdeps/sunc/x86.h
@@ -87,7 +87,6 @@ AO_short_fetch_and_add_full (volatile unsigned short *p, unsigned short incr)
#define AO_HAVE_short_fetch_and_add_full
#ifndef AO_PREFER_GENERALIZED
- /* Really only works for 486 and later */
AO_INLINE void
AO_and_full (volatile AO_t *p, AO_t value)
{