Skip to content

Compile fails on ARM, and furthermore on OSX #85

@struthiocamelus

Description

@struthiocamelus
  • Compile fails on all ARM platforms due to the mere presence of ResamplerAVX2. CMake should filter out the AVX2 resampler when compiling for ARM and the inclusion of the file should be gated by a macro.
  • clang complains loudly about something I don't understand having to do with std::thread - it's possible clang doesn't play well with whatever the namespace std { class thread; } thing going on at the head of MainWindow.hpp is doing.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions