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 cabfe69 commit c176cdaCopy full SHA for c176cda
engines/ep/src/tagged_ptr.h
@@ -19,7 +19,7 @@
19
20
#include <memory>
21
22
-#if !__x86_64__ && !_M_X64
+#if !__x86_64__ && !_M_X64 && !__s390x__
23
#error "TaggedPtr is x64 specific code. Not tested on other architectures"
24
#endif
25
0 commit comments