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 authored and tannergooding committed Aug 29, 2018
1 parent 305b552 commit fb4b1f7
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 fb4b1f7

Please sign in to comment.