Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests/JIT/HardwareIntrinsics/General/Vector128/Dot.Single.cs')
-rw-r--r--src/tests/JIT/HardwareIntrinsics/General/Vector128/Dot.Single.cs7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/tests/JIT/HardwareIntrinsics/General/Vector128/Dot.Single.cs b/src/tests/JIT/HardwareIntrinsics/General/Vector128/Dot.Single.cs
index 7d8da790789..a8ff5b20938 100644
--- a/src/tests/JIT/HardwareIntrinsics/General/Vector128/Dot.Single.cs
+++ b/src/tests/JIT/HardwareIntrinsics/General/Vector128/Dot.Single.cs
@@ -12,12 +12,15 @@ using System;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
using System.Runtime.Intrinsics;
+using Xunit;
-namespace JIT.HardwareIntrinsics.General
+namespace JIT.HardwareIntrinsics.General._Vector128
{
public static partial class Program
{
- private static void DotSingle()
+ [ActiveIssue("https://github.com/dotnet/runtime/issues/75791")]
+ [Fact]
+ public static void DotSingle()
{
var test = new VectorBinaryOpTest__DotSingle();