-
Notifications
You must be signed in to change notification settings - Fork 194
Description
I just come across a compilation issue when compile the example/glove, like this:
../../include/falconn/wrapper/../core/../ffht/fht_avx.c:11560:8: error: unknown register name ‘%ymm14’ in ‘asm’
../../include/falconn/wrapper/../core/../ffht/fht_avx.c:11560:8: error: unknown register name ‘%ymm13’ in ‘asm’
../../include/falconn/wrapper/../core/../ffht/fht_avx.c:11560:8: error: unknown register name ‘%ymm12’ in ‘asm’
../../include/falconn/wrapper/../core/../ffht/fht_avx.c:11560:8: error: unknown register name ‘%ymm11’ in ‘asm’
../../include/falconn/wrapper/../core/../ffht/fht_avx.c:11560:8: error: unknown register name ‘%ymm10’ in ‘asm’
...
I didn't change the Makefile except including the path of "serialize.h", here is my command:
g++ -std=c++11 -Wall -O3 -march=native glove.cc -o glove -I ../../include -I ../../../external/eigen -pthread -I ../../../external/simple-serializer
What's the root cause of this error? Is there anyone can help me?
Very Thanks~