ryukau / VSTPlugins

Uhhyou Plugins VST 3 repository.

Home Page:https://ryukau.github.io/VSTPlugins/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Compilation of release 0.5.0 still fails on aarch64

SpotlightKid opened this issue · comments

I'm not sure how to interpret the release notes for version 0.5.0. Should Aarch64 now be supported for all plugins?

In our CI for building a binary Arch Linux package, compilation for Aarch64 still fails:

https://ci.cbix.de/osam-cologne/archlinux-proaudio/1042/2/3 (see line 1900)

 144 | #include <x86intrin.h>                 // Gcc or Clang compiler

      |          ^~~~~~~~~~~~~

compilation terminated.

make[2]: *** [/tmp/build/uhhyou-plugins/src/VSTPlugins-UhhyouPlugins0.50.0/build/CubicPadSynth/CMakeFiles/CubicPadSynth.dir/build.make:76: /tmp/build/uhhyou-plugins/src/VSTPlugins-UhhyouPlugins0.50.0/build/CubicPadSynth/CMakeFiles/CubicPadSynth.dir/source/dsp/dspcore.cpp.o] Error 1

Hold on, I forgot to update the vcl sub-module. Recompiling now...

Ok, my mistake, everything seems to compile fine on aarch64.