miRackModular / Rack

An optimised fork of VCVRack virtual modular synthesizer primarily for Raspberry Pi, Tinker Board and similar boards.
https://mifki.com/blog/introducing-mirack-an-optimised-fork-of-vcvrack-for-raspberry-pi-and-others/
BSD 3-Clause "New" or "Revised" License
155 stars 12 forks source link

use of undeclared identifier '_MM_DENORMALS_ZERO_ON' #1

Closed srizzi88 closed 6 years ago

srizzi88 commented 6 years ago

Mac OS X El Capitan 10.11.6 Xcode 8.0

src/engine.cpp:319:33: error: use of undeclared identifier '_MM_DENORMALS_ZERO_ON'
    _MM_SET_DENORMALS_ZERO_MODE(_MM_DENORMALS_ZERO_ON);

VCV Rack builds fine on this machine.