12 lines
278 B
C++
12 lines
278 B
C++
/*
|
|
* DISTRHO Cardinal Plugin
|
|
* Copyright (C) 2021-2024 Filipe Coelho <falktx@falktx.com>
|
|
* SPDX-License-Identifier: GPL-3.0-or-later
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
#include "simd/common.hpp"
|
|
#include_next "simd/functions.hpp"
|
|
// #undef SIMDE_MM_FROUND_NO_EXC
|
|
// #undef _MM_FROUND_NO_EXC
|