Skip to content

Commit a25b1de

Browse files
committed
Update tested AIX memset platforms.
1 parent ebd38e3 commit a25b1de

File tree

1 file changed

+3
-2
lines changed
  • src/template

1 file changed

+3
-2
lines changed

src/template/aix

+3-2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ if test "$GCC" != yes ; then
99
esac
1010
fi
1111

12-
# native memset() is faster, 2006-02-03
13-
# XLC 6.0, (IBM's cc), tested on AIX 5.2 and 5.1
12+
# Native memset() is faster, tested on:
13+
# AIX 5.1 and 5.2, XLC 6.0 (IBM's cc)
14+
# AIX 5.3 ML3, gcc 4.0.1
1415
MEMSET_LOOP_LIMIT=0

0 commit comments

Comments
 (0)