Minor tweaks to simd codebase

This commit is contained in:
Wojtek Figat
2024-09-26 18:56:22 +02:00
parent 2ad9c7f4d5
commit 1161a4114d
3 changed files with 41 additions and 18 deletions

View File

@@ -228,6 +228,7 @@ API_ENUM() enum class ArchitectureType
#if defined(_M_PPC) || defined(__CELLOS_LV2__)
#define PLATFORM_SIMD_VMX 1
#endif
#define PLATFORM_SIMD (PLATFORM_SIMD_SSE2 || PLATFORM_SIMD_SSE3 || PLATFORM_SIMD_SSE4 || PLATFORM_SIMD_NEON || PLATFORM_SIMD_VMX)
// Unicode text macro
#if !defined(TEXT)