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 a16a063 commit 9af6321Copy full SHA for 9af6321
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)
+#elseif arch(x86_64) || arch(arm64) || arch(powerpc64) || arch(powerpc64le)
202
return Int(Builtin.int_ctpop_Int64(_bits._value))
203
#endif
204
% elif underlyingType == 'UInt32':
0 commit comments