We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56040ef commit 7080a54Copy full SHA for 7080a54
validation-test/stdlib/Prototypes/PersistentVector.swift.gyb
@@ -198,7 +198,7 @@ struct _${name}Bitmap {
198
% if underlyingType == 'UInt':
199
#if arch(i386) || arch(arm)
200
return Int(Builtin.int_ctpop_Int32(_bits._value))
201
-#elseif arch(x86_64) || arch(arm64) || arch(powerpc64) || arch(powerpc64le)
+#elseif arch(x86_64) || arch(arm64) || arch(powerpc64) || arch(powerpc64le) || arch(s390x)
202
return Int(Builtin.int_ctpop_Int64(_bits._value))
203
#endif
204
% elif underlyingType == 'UInt32':
0 commit comments