Skip to content

make all_reference_decoders fails for Linux/arm64 #299

@lumag

Description

@lumag

Running make all_reference_decoders produces a lot of errors on Linux/arm64 machines:

  • gcc-multilib / g++-multilib / passing -m32 to compiler is unavailable
  • In a lot of cases decoder sources assume that CMAKE_SYSTEM_PROCESSOR is set to arm64 on non-x86 machines, however on Linux/arm64 this variable is set to uname -m, aarch64
  • In some cases -msse4.1 is enabled unconditionally, even without the arch check

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions