summaryrefslogtreecommitdiff
path: root/bin/check-opcodes
diff options
context:
space:
mode:
Diffstat (limited to 'bin/check-opcodes')
-rwxr-xr-xbin/check-opcodes1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/check-opcodes b/bin/check-opcodes
index 5965d50..e9f69a2 100755
--- a/bin/check-opcodes
+++ b/bin/check-opcodes
@@ -104,6 +104,7 @@ case $ARCH in
i686)
OPCODE_ARGS='-s MMX -s SSE'
;;
+# TODO: pentium4
pentium3)
OPCODE_ARGS='-s SSE2 -s SSE3'
;;