Build on more Unix-like OSes (BSD, illumos, etc)

Signed-off-by: Nia Alarie <nia@NetBSD.org>
This commit is contained in:
nia 2024-10-25 10:39:25 +02:00
parent b9c5c4d8d3
commit e33c207043
2 changed files with 3 additions and 5 deletions

View file

@ -10,7 +10,7 @@
#elif TARGET_CPU_ARM64
#define DENORM_AARCH64
#endif
#elif defined(__ANDROID__) || defined(__linux__) || defined(__FreeBSD__)
#elif !defined(__EMSCRIPTEN__)
#if defined(__i386__) || defined(__x86_64__)
#define DENORM_X86
#elif defined(__aarch64__)