Commit 4eebb1e9 authored by Milad Fa's avatar Milad Fa Committed by V8 LUCI CQ

S390: enable VEF2 on the simulator

This enables running some of the new instructions on the simulator
including vcgd and vclgd.

Change-Id: Icd1c6ced124aec8608dece855f85ba350c4247fd
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2976027Reviewed-by: 's avatarJoran Siu <joransiu@ca.ibm.com>
Commit-Queue: Milad Fa <mfarazma@redhat.com>
Cr-Commit-Position: refs/heads/master@{#75281}
parent 91d5cc2f
......@@ -247,6 +247,7 @@ void CpuFeatures::ProbeImpl(bool cross_compile) {
USE(supportsCPUFeature);
supported_ |= (1u << VECTOR_FACILITY);
supported_ |= (1u << VECTOR_ENHANCE_FACILITY_1);
supported_ |= (1u << VECTOR_ENHANCE_FACILITY_2);
#endif
supported_ |= (1u << FPU);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment