Intel instructions. SSE code tested and works.
This commit is contained in:
@@ -11,4 +11,7 @@ This is only compiled in the Unix build environment.
|
|||||||
|
|
||||||
test_vector is for testing VectorHelper against the reference scalar
|
test_vector is for testing VectorHelper against the reference scalar
|
||||||
code. It can be compiled using:
|
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.
|
||||||
|
|||||||
Reference in New Issue
Block a user