Skip to content

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

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~

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions