We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29357cb commit 653b965Copy full SHA for 653b965
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