Skip to content

make all_reference_decoders fails for Linux/arm64 #299

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

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

    enhancementNew feature or request

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions