ref: 1884ec0fe81065ba24eaaaaeb2b1718146246d2c
parent: 5854a9f7de06ab3505b8fe6e8943db581c2cbe70
author: Nam Se Hyun <skatpgusskat@naver.com>
date: Tue Sep 10 11:42:46 EDT 2024
Rename `Intsafe.h` to `intsafe.h` for case-sensitive OS Signed-off-by: Tristan Matthews <tmatth@videolan.org>
--- a/silk/x86/NSQ_del_dec_avx2.c
+++ b/silk/x86/NSQ_del_dec_avx2.c
@@ -72,7 +72,7 @@
/* Intrinsics not defined on MSVC */
#ifdef _MSC_VER
-#include <Intsafe.h>
+#include <intsafe.h>
static inline int __builtin_sadd_overflow(opus_int32 a, opus_int32 b, opus_int32* res)
{
*res = a+b;
--
⑨