| Index: src/compiler/x64/instruction-selector-x64.cc
|
| diff --git a/src/compiler/x64/instruction-selector-x64.cc b/src/compiler/x64/instruction-selector-x64.cc
|
| index 7327bce4b8735cd74787c1a63242a256fd99268b..ef2e2971153c661856b34fbb0377e3b3bccdf13a 100644
|
| --- a/src/compiler/x64/instruction-selector-x64.cc
|
| +++ b/src/compiler/x64/instruction-selector-x64.cc
|
| @@ -2156,6 +2156,13 @@ InstructionSelector::SupportedMachineOperatorFlags() {
|
| return flags;
|
| }
|
|
|
| +// static
|
| +MachineOperatorBuilder::AlignmentRequirements
|
| +InstructionSelector::AlignmentRequirements() {
|
| + return MachineOperatorBuilder::AlignmentRequirements::
|
| + FullUnalignedAccessSupport();
|
| +}
|
| +
|
| } // namespace compiler
|
| } // namespace internal
|
| } // namespace v8
|
|
|