You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As per the title the Sse2_r and Sse2_ro hardware intrinsics projects fail compiling with errors similar to the following:
/__w/1/s/artifacts/bin/mono/linux.x64.Release/opt: mono_aot_dFNFkp/temp.bc: error: Invalid record (Producer: 'LLVM16.0.5' Reader: 'LLVM 16.0.5')
AOT of image /__w/1/s/artifacts/tests/coreclr/linux.x64.Release/JIT/HardwareIntrinsics/HardwareIntrinsics_X86_r/X86_Sse2_r.dll failed.
Mono Ahead of Time compiler - compiling assembly /__w/1/s/artifacts/tests/coreclr/linux.x64.Release/JIT/HardwareIntrinsics/HardwareIntrinsics_X86_r/X86_Sse2_r.dll
This was found in #101886 after extending various tests to include new coverage in the form of the following (that is, the same as the existing RuneBasicScenario but using Vector.Create and Vector.ConditionalSelect as part of the scenario to ensure that embedded broadcasts and embedded masking could be validated.
As per the title the Sse2_r and Sse2_ro hardware intrinsics projects fail compiling with errors similar to the following:
This was found in #101886 after extending various tests to include new coverage in the form of the following (that is, the same as the existing
RuneBasicScenario
but usingVector.Create
andVector.ConditionalSelect
as part of the scenario to ensure that embedded broadcasts and embedded masking could be validated.The text was updated successfully, but these errors were encountered: