You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
	
	
		
			
				
					
						
						
							 | 
							- /*
 -  * DISTRHO Cardinal Plugin
 -  * Copyright (C) 2021-2024 Filipe Coelho <falktx@falktx.com>
 -  * SPDX-License-Identifier: GPL-3.0-or-later
 -  */
 - 
 - #pragma once
 - 
 - #include "simd-compat.h"
 - 
 - #if defined(CARDINAL_INCLUDING_IMMINTRIN_H) || defined(SIMDE_X86_MMX_NATIVE)
 - # include_next <mmintrin.h>
 - #else
 - # define SIMDE_ENABLE_NATIVE_ALIASES
 - # include "simde/x86/mmx.h"
 - # undef SIMDE_ENABLE_NATIVE_ALIASES
 - #endif
 
 
  |