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

Commit

Permalink
Arm64: Update reference assembly for AddAcross
Browse files Browse the repository at this point in the history
  • Loading branch information
TamarChristinaArm authored and stephentoub committed Nov 8, 2019
1 parent 57eed2a commit dce83cb
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,16 @@ internal Arm64() { }
public static System.Runtime.Intrinsics.Vector128<double> Abs(System.Runtime.Intrinsics.Vector128<double> value) { throw null; }
public static System.Runtime.Intrinsics.Vector128<ulong> Abs(System.Runtime.Intrinsics.Vector128<long> value) { throw null; }
public static System.Runtime.Intrinsics.Vector128<double> Add(System.Runtime.Intrinsics.Vector128<double> left, System.Runtime.Intrinsics.Vector128<double> right) { throw null; }
public static byte AddAcross(System.Runtime.Intrinsics.Vector64<byte> value) { throw null; }
public static short AddAcross(System.Runtime.Intrinsics.Vector64<short> value) { throw null; }
public static sbyte AddAcross(System.Runtime.Intrinsics.Vector64<sbyte> value) { throw null; }
public static ushort AddAcross(System.Runtime.Intrinsics.Vector64<ushort> value) { throw null; }
public static byte AddAcross(System.Runtime.Intrinsics.Vector128<byte> value) { throw null; }
public static short AddAcross(System.Runtime.Intrinsics.Vector128<short> value) { throw null; }
public static int AddAcross(System.Runtime.Intrinsics.Vector128<int> value) { throw null; }
public static sbyte AddAcross(System.Runtime.Intrinsics.Vector128<sbyte> value) { throw null; }
public static ushort AddAcross(System.Runtime.Intrinsics.Vector128<ushort> value) { throw null; }
public static uint AddAcross(System.Runtime.Intrinsics.Vector128<uint> value) { throw null; }
public static System.Runtime.Intrinsics.Vector128<double> Subtract(System.Runtime.Intrinsics.Vector128<double> left, System.Runtime.Intrinsics.Vector128<double> right) { throw null; }
public static System.Runtime.Intrinsics.Vector64<byte> ReverseElementBits(System.Runtime.Intrinsics.Vector64<byte> value) { throw null; }
public static System.Runtime.Intrinsics.Vector64<sbyte> ReverseElementBits(System.Runtime.Intrinsics.Vector64<sbyte> value) { throw null; }
Expand Down

0 comments on commit dce83cb

Please sign in to comment.