summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian2006-02-03 13:56:20 +0000
committerBruce Momjian2006-02-03 13:56:20 +0000
commit89ba03094731af73b09626bf9f628191520220c3 (patch)
tree59f89961580f4ebe00cc4011ac78d943cd921d66
parentaa7501e9757cb41e74b353a69533cf1b5b23607d (diff)
Update tested AIX memset platforms.
-rw-r--r--src/template/aix5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/template/aix b/src/template/aix
index d875a08083..94ad2f6175 100644
--- a/src/template/aix
+++ b/src/template/aix
@@ -9,6 +9,7 @@ if test "$GCC" != yes ; then
esac
fi
-# native memset() is faster, 2006-02-03
-# XLC 6.0, (IBM's cc), tested on AIX 5.2 and 5.1
+# Native memset() is faster, tested on:
+# AIX 5.1 and 5.2, XLC 6.0 (IBM's cc)
+# AIX 5.3 ML3, gcc 4.0.1
MEMSET_LOOP_LIMIT=0