Quantcast
Channel: sse2 instruction set not enabled - Stack Overflow
Browsing all 3 articles
Browse latest View live

Answer by Justin Case for sse2 instruction set not enabled

This worked for me also:./configure CPPFLAGS="-march=native"

View Article



Answer by Peter Cordes for sse2 instruction set not enabled

-msse2 is the specific option, so passing that to GCC will work, if you get your build scripts set up to actually do that. https://gcc.gnu.org/onlinedocs/gcc/x86-Options.html#x86-OptionsOr better, use...

View Article

sse2 instruction set not enabled

CC=g++CFLAGS=-O3 -c -WallDFLAGS=-g -WallLDFLAGS= -lz -lm -lpthreadKSWSOURCE=ksw.cALGNSOURCES=main.cpp aligner.cpp graph.cpp readfl.cpp hash.cpp form.cpp btree.cpp conLSH.cppINDSOURCES=whash.cpp...

View Article
Browsing all 3 articles
Browse latest View live




Latest Images