Skip to content

System.Runtime.Intrinsics.X86.Avx10v1+V512+X64.IsSupported is not expanded and results in an infinite loop #105402

Closed
@jakobbotsch

Description

@jakobbotsch

E.g.

public class Program
{
    public static void Main()
    {
        bool b = System.Runtime.Intrinsics.X86.Avx10v1.V512.X64.IsSupported;
    }
}

results in an infinite loop or stack overflow.

This might have to do with getMethodNameFromMetadata not supporting classes nested multiple times (I noticed that a while ago: #76786 (comment)).

Metadata

Metadata

Assignees

Labels

Priority:2Work that is important, but not critical for the releasearea-CodeGen-coreclrCLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMIin-prThere is an active PR which will close this issue when it is merged

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions