ValleyAudio / ValleyRackFree

Modules for VCV Rack
Other
176 stars 24 forks source link

Enable SIMDE SSE Includes for ARM64 build #90

Closed baconpaul closed 10 months ago

baconpaul commented 10 months ago
  1. Add a 'valley_sse_include.h' which includes either intel intrinsics or SIMDE in native aliases mode
  2. Replace the includes of intrinsics with that
  3. Modify the makefile so src/ is in the header include path for easy of inclusion

Addresses #87