Loading [MathJax]/extensions/tex2jax.js
VCV Rack API v2
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
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