Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Commit

Permalink
using struct for VectorPacket in PacketTracer benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
FeiPengIntel committed Aug 28, 2018
1 parent fa4c1c4 commit f4efa07
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
using System.Runtime.CompilerServices;
using System;

internal class VectorPacket256
internal struct VectorPacket256
{
public Vector256<float> Xs;
public Vector256<float> Ys;
Expand Down

0 comments on commit f4efa07

Please sign in to comment.