public static System.Runtime.Intrinsics.Vector128<T> WithLower<T>(this System.Runtime.Intrinsics.Vector128<T> vector, System.Runtime.Intrinsics.Vector64<T> value) where T : struct { throw null; }
public static System.Runtime.Intrinsics.Vector128<T> WithUpper<T>(this System.Runtime.Intrinsics.Vector128<T> vector, System.Runtime.Intrinsics.Vector64<T> value) where T : struct { throw null; }
}
- public readonly partial struct Vector128<T> : System.IEquatable<System.Runtime.Intrinsics.Vector128<T>>, System.IFormattable where T : struct
+ public readonly partial struct Vector128<T> : System.IEquatable<System.Runtime.Intrinsics.Vector128<T>> where T : struct
{
private readonly int _dummyPrimitive;
public static int Count { get { throw null; } }
public bool Equals(System.Runtime.Intrinsics.Vector128<T> other) { throw null; }
public override int GetHashCode() { throw null; }
public override string ToString() { throw null; }
- public string ToString(string? format) { throw null; }
- public string ToString(string? format, System.IFormatProvider? formatProvider) { throw null; }
}
public static partial class Vector256
{
public static System.Runtime.Intrinsics.Vector256<T> WithLower<T>(this System.Runtime.Intrinsics.Vector256<T> vector, System.Runtime.Intrinsics.Vector128<T> value) where T : struct { throw null; }
public static System.Runtime.Intrinsics.Vector256<T> WithUpper<T>(this System.Runtime.Intrinsics.Vector256<T> vector, System.Runtime.Intrinsics.Vector128<T> value) where T : struct { throw null; }
}
- public readonly partial struct Vector256<T> : System.IEquatable<System.Runtime.Intrinsics.Vector256<T>>, System.IFormattable where T : struct
+ public readonly partial struct Vector256<T> : System.IEquatable<System.Runtime.Intrinsics.Vector256<T>> where T : struct
{
private readonly int _dummyPrimitive;
public static int Count { get { throw null; } }
public bool Equals(System.Runtime.Intrinsics.Vector256<T> other) { throw null; }
public override int GetHashCode() { throw null; }
public override string ToString() { throw null; }
- public string ToString(string? format) { throw null; }
- public string ToString(string? format, System.IFormatProvider? formatProvider) { throw null; }
}
public static partial class Vector64
{
public static System.Runtime.Intrinsics.Vector128<T> ToVector128<T>(this System.Runtime.Intrinsics.Vector64<T> vector) where T : struct { throw null; }
public static System.Runtime.Intrinsics.Vector64<T> WithElement<T>(this System.Runtime.Intrinsics.Vector64<T> vector, int index, T value) where T : struct { throw null; }
}
- public readonly partial struct Vector64<T> : System.IEquatable<System.Runtime.Intrinsics.Vector64<T>>, System.IFormattable where T : struct
+ public readonly partial struct Vector64<T> : System.IEquatable<System.Runtime.Intrinsics.Vector64<T>> where T : struct
{
private readonly int _dummyPrimitive;
public static int Count { get { throw null; } }
public bool Equals(System.Runtime.Intrinsics.Vector64<T> other) { throw null; }
public override int GetHashCode() { throw null; }
public override string ToString() { throw null; }
- public string ToString(string? format) { throw null; }
- public string ToString(string? format, System.IFormatProvider? formatProvider) { throw null; }
}
}
namespace System.Runtime.Intrinsics.X86