VCV Rack API v2
Loading...
Searching...
No Matches
common.hpp
Go to the documentation of this file.
1#pragma once
2
3#ifdef __SSE4_2__
4 #include <nmmintrin.h>
5#else
6 #define SIMDE_ENABLE_NATIVE_ALIASES
7 #include <simde/x86/sse4.2.h>
8#endif