mirror of
https://github.com/love2d/megasource.git
synced 2026-08-12 00:20:55 +02:00
OpenAL-soft: Workaround compile error on PFFFT in Windows ARM64 for time being.
Issue kcat/openal-soft#979.
This commit is contained in:
@@ -189,7 +189,7 @@ force_inline v4sf vswaphl(v4sf a, v4sf b) noexcept
|
||||
/*
|
||||
* ARM NEON support macros
|
||||
*/
|
||||
#elif defined(__ARM_NEON) || defined(__aarch64__) || defined(__arm64)
|
||||
#elif defined(__ARM_NEON) || defined(__aarch64__) || defined(__arm64) || defined(_M_ARM64)
|
||||
|
||||
#include <arm_neon.h>
|
||||
using v4sf = float32x4_t;
|
||||
|
||||
Reference in New Issue
Block a user