-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Open
Labels
arch-arm64area-CodeGen-coreclrCLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMICLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMIarm-sveWork related to arm64 SVE/SVE2 supportWork related to arm64 SVE/SVE2 supportuntriagedNew issue has not been triaged by the area ownerNew issue has not been triaged by the area owner
Description
The following tests are failing in the outerloop:
JIT.HardwareIntrinsics.Arm._Sve2.Program.Sve2_ShiftArithmeticSaturate_long
JIT.HardwareIntrinsics.Arm._Sve2.Program.Sve2_ConvertToSingleOdd_float_double
JIT.HardwareIntrinsics.Arm._Sve2.Program.Sve2_ShiftArithmeticSaturate_int
Example of an error:
Beginning scenario: RunBasicScenario_UnsafeRead
Sve2.ShiftArithmeticSaturate<Int64>(Vector<Int64>, Vector<Int64>): RunBasicScenario_UnsafeRead failed:
left: (-1442262515687081688, 2844927610288649248)
right: (5481344462684571275, 6640696844460933488)
result: (-9223372036854775808, 9223372036854775807)
Beginning scenario: RunBasicScenario_Load
Sve2.ShiftArithmeticSaturate<Int64>(Vector<Int64>, Vector<Int64>): RunBasicScenario_Load failed:
left: (-1442262515687081688, 2844927610288649248)
right: (5481344462684571275, 6640696844460933488)
result: (-9223372036854775808, 9223372036854775807)
Metadata
Metadata
Assignees
Labels
arch-arm64area-CodeGen-coreclrCLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMICLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMIarm-sveWork related to arm64 SVE/SVE2 supportWork related to arm64 SVE/SVE2 supportuntriagedNew issue has not been triaged by the area ownerNew issue has not been triaged by the area owner