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 1d2e46b commit 7321153Copy full SHA for 7321153
stdlib/public/runtime/KnownMetadata.cpp
@@ -61,7 +61,7 @@ const ValueWitnessTable swift::VALUE_WITNESS_SYM(Bi128_) =
61
const ValueWitnessTable swift::VALUE_WITNESS_SYM(Bi256_) =
62
ValueWitnessTableForBox<NativeBox<int256_like, 32>>::table;
63
const ValueWitnessTable swift::VALUE_WITNESS_SYM(Bi512_) =
64
- ValueWitnessTableForBox<NativeBox<int512_like, 32>>::table;
+ ValueWitnessTableForBox<NativeBox<int512_like, 64>>::table;
65
66
/// The basic value-witness table for Swift object pointers.
67
const ExtraInhabitantsValueWitnessTable swift::VALUE_WITNESS_SYM(Bo) =
0 commit comments