Skip to content

Commit cd0c725

Browse files
author
EC2 Default User
committed
Add SSSE3 and SSE41 instructions
1 parent 93adc66 commit cd0c725

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ cp -rf build/lib64/python2.7/site-packages/numpy lambda-package
2222
-D WITH_IPP=ON \
2323
-D WITH_V4L=ON \
2424
-D ENABLE_AVX=ON \
25+
-D ENABLE_SSSE3=ON \
26+
-D ENABLE_SSE41=ON \
2527
-D ENABLE_SSE42=ON \
2628
-D ENABLE_POPCNT=ON \
2729
-D ENABLE_FAST_MATH=ON \

0 commit comments

Comments
 (0)