![]() |
OpenSiv3D
v0.6.5
C++20 framework for creative coding
|
#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 |
#define _mm_free free |
#define _mm_malloc | ( | __size, | |
__align | |||
) | memalign((__align), (__size)) |
#define SIMDE_ENABLE_NATIVE_ALIASES |