We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebd38e3 commit a25b1deCopy full SHA for a25b1de
src/template/aix
@@ -9,6 +9,7 @@ if test "$GCC" != yes ; then
9
esac
10
fi
11
12
-# native memset() is faster, 2006-02-03
13
-# 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)
14
+# AIX 5.3 ML3, gcc 4.0.1
15
MEMSET_LOOP_LIMIT=0
0 commit comments