Skip to content

Compile error: error: unknown register name ‘%ymm14’ in ‘asm’ #120

@ProtossSine

Description

@ProtossSine

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~

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions