OpenSiv3D  v0.6.5
C++20 framework for creative coding
SIMD.hpp File Reference
#include "Platform.hpp"
#include <ThirdParty/simde/x86/sse.h>
#include <ThirdParty/simde/x86/sse2.h>
#include <ThirdParty/simde/x86/sse3.h>
#include <ThirdParty/simde/x86/ssse3.h>
#include <ThirdParty/simde/x86/sse4.1.h>
#include <ThirdParty/simde/x86/sse4.2.h>
#include <malloc.h>

Macros

#define SIMDE_ENABLE_NATIVE_ALIASES
 
#define _mm_malloc(__size, __align)   memalign((__align), (__size))
 
#define _mm_free   free
 

Macro Definition Documentation

◆ _mm_free

#define _mm_free   free

◆ _mm_malloc

#define _mm_malloc (   __size,
  __align 
)    memalign((__align), (__size))

◆ SIMDE_ENABLE_NATIVE_ALIASES

#define SIMDE_ENABLE_NATIVE_ALIASES