Skip to content

UhhyouPlugins0.50.0

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Dec 06:18
· 229 commits to master since this release

UhhyouPlugins0.50.0

  • Added code path for 64-bit ARM CPU (aarch64), and removed x86_64 SIMD run-time dispatching. Supported instruction set on x86_64 is now fixed to AVX. Following plugins are affected.

    • CubicPadSynth
    • EnvelopedSine
    • EsPhaser
    • IterativeSinCluster
  • Added to virtual to destructor of common components. This may prevent some cause of crash or memory leak.

  • Separated macOS zip package. Full package may not work as is on macOS, because of the files included after running codesign.

  • Removed DISABLE_X86_64_PLUGINS from top level CMakeLists.txt. It has no effect now.