From afa328461491e99d1a7ad319455c7b035d1464f9 Mon Sep 17 00:00:00 2001 From: Steve Checkoway Date: Sun, 10 Dec 2006 13:07:27 +0000 Subject: [PATCH] Intel instructions. SSE code tested and works. --- stepmania/src/tests/00 README | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/stepmania/src/tests/00 README b/stepmania/src/tests/00 README index 48e13f6746..ff17ff3840 100644 --- a/stepmania/src/tests/00 README +++ b/stepmania/src/tests/00 README @@ -11,4 +11,7 @@ This is only compiled in the Unix build environment. test_vector is for testing VectorHelper against the reference scalar code. It can be compiled using: -g++ -g -I.. -DGLOBAL_H -DRAGE_UTIL_H '-DASSERT_M(x,y)=(void)(x)' ../archutils/Darwin/VectorHelper.cpp test_vector.cpp -faltivec -Wall +g++ -g -I.. -DGLOBAL_H -DRAGE_UTIL_H '-DASSERT_M(x,y)=(void)(x)' \ +../archutils/Darwin/VectorHelper.cpp test_vector.cpp -faltivec -Wall + +You can replace -faltivec with -msse on intel.