Skip to content

Commit

Permalink
Recursively call IsSupported
Browse files Browse the repository at this point in the history
  • Loading branch information
akoeplinger committed Oct 13, 2023
1 parent d827009 commit 6650a8c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ namespace System.Runtime.Intrinsics.Wasm
[CLSCompliant(false)]
public abstract class PackedSimd
{
public static bool IsSupported { [Intrinsic] get { return false; } }
public static bool IsSupported { [Intrinsic] get { return IsSupported; } }

// Constructing SIMD Values

Expand Down

0 comments on commit 6650a8c

Please sign in to comment.