Simplify compilation instructions.

This commit is contained in:
Steve Checkoway
2006-12-10 13:24:30 +00:00
parent 5e87581379
commit 84dc0ea84c
+1 -3
View File
@@ -11,7 +11,5 @@ 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.. ../archutils/Darwin/VectorHelper.cpp test_vector.cpp -faltivec
You can replace -faltivec with -msse on intel.