Skip to content

TARGET=NEOVERSEN1 is compiled with SVE => Illegal instruction !? #5271

@hominhquan

Description

@hominhquan

When building OpenBLAS using CMake and TARGET=NEOVERSEN1, the cc.cmake adds -march=armv8.2-a+sve to CFLAGS, whereas Neoverse-N1 only supports Neon and not SVE => obtained Illegal Instruction on any Neoverse-N1 CPU.

I wonder if this is a copy-paste typo ?

set (CCOMMON_OPT "${CCOMMON_OPT} -march=armv8.2-a+sve")

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