We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 513b07e commit 7f832e6Copy full SHA for 7f832e6
src/coreclr/gc/gc.cpp
@@ -18,7 +18,7 @@
18
19
#include "gcpriv.h"
20
21
-#if defined(TARGET_AMD64)
+#ifdef TARGET_AMD64
22
#define USE_VXSORT
23
#else
24
#define USE_INTROSORT
src/coreclr/gc/gcsvr.cpp
@@ -20,7 +20,7 @@
#define SERVER_GC 1
#include "vxsort/do_vxsort.h"
25
#endif
26
src/coreclr/gc/gcwks.cpp
#undef SERVER_GC
0 commit comments