Skip to content

Unrecognized command line option '-mno-avx' on aarch64 architecture #88

@mpowelson

Description

@mpowelson

It looks like this is fixed in opw_kinematics using the code below. However, we may want to instead use the method described here

if ( NOT CMAKE_SYSTEM_NAME2 MATCHES "aarch64" AND NOT CMAKE_SYSTEM_NAME2 MATCHES "armv7l" AND NOT CMAKE_SYSTEM_NAME2 MATCHES "unknown" )
  set(OPW_COMPILE_OPTIONS_PUBLIC -mno-avx)
endif()

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