8000
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.
1 parent d4d5ba3 commit 30d4722Copy full SHA for 30d4722
deps/ngtcp2/nghttp3/lib/nghttp3_ringbuf.c
@@ -33,7 +33,7 @@
33
34
#include "nghttp3_macro.h"
35
36
-#if defined(_MSC_VER) && !defined(__clang__) && \
+#if defined(_MSC_VER) && _MSC_VER < 1941 && !defined(__clang__) && \
37
(defined(_M_ARM) || defined(_M_ARM64))
38
unsigned int __popcnt(unsigned int x) {
39
unsigned int c = 0;
deps/ngtcp2/ngtcp2/lib/ngtcp2_ringbuf.c
@@ -31,7 +31,7 @@
31
32
#include "ngtcp2_macro.h"
static unsigned int __popcnt(unsigned int x) {
0 commit comments