Update dr_flac.

Public issue https://github.com/mackron/miniaudio/issues/1050
This commit is contained in:
David Reid
2025-09-28 08:10:20 +10:00
parent 2db0984566
commit 80cf7b2deb
+1 -1
View File
@@ -85799,7 +85799,7 @@ static MA_INLINE ma_uint32 ma_dr_flac__clz_lzcnt(ma_dr_flac_cache_t x)
);
return r;
}
#elif defined(MA_ARM) && (defined(__ARM_ARCH) && __ARM_ARCH >= 5) && !defined(__ARM_ARCH_6M__) && !defined(MA_64BIT)
#elif defined(MA_ARM) && (defined(__ARM_ARCH) && __ARM_ARCH >= 5) && !defined(__ARM_ARCH_6M__) && !(defined(__thumb__) && !defined(__thumb2__)) && !defined(MA_64BIT)
{
unsigned int r;
__asm__ __volatile__ (