We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Intsafe.h
intsafe.h
1 parent 5854a9f commit 1884ec0Copy full SHA for 1884ec0
silk/x86/NSQ_del_dec_avx2.c
@@ -72,7 +72,7 @@ static OPUS_INLINE int verify_assumptions(const silk_encoder_state *psEncC)
72
73
/* Intrinsics not defined on MSVC */
74
#ifdef _MSC_VER
75
-#include <Intsafe.h>
+#include <intsafe.h>
76
static inline int __builtin_sadd_overflow(opus_int32 a, opus_int32 b, opus_int32* res)
77
{
78
*res = a+b;
0 commit comments