Sve2.GatherVectorWithByteOffsetsNonTemporal Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
GatherVectorWithByteOffsetsNonTemporal(Vector<UInt64>, UInt64*, Vector<UInt64>)
- Quelle:
- Sve2.PlatformNotSupported.cs
public:
static System::Numerics::Vector<System::UInt64> GatherVectorWithByteOffsetsNonTemporal(System::Numerics::Vector<System::UInt64> mask, System::UInt64* address, System::Numerics::Vector<System::UInt64> offsets);
public static System.Numerics.Vector<ulong> GatherVectorWithByteOffsetsNonTemporal(System.Numerics.Vector<ulong> mask, ulong* address, System.Numerics.Vector<ulong> offsets);
static member GatherVectorWithByteOffsetsNonTemporal : System.Numerics.Vector<uint64> * nativeptr<uint64> * System.Numerics.Vector<uint64> -> System.Numerics.Vector<uint64>
Parameter
- address
- UInt64*
Gibt zurück
Gilt für:
GatherVectorWithByteOffsetsNonTemporal(Vector<UInt64>, UInt64*, Vector<Int64>)
- Quelle:
- Sve2.PlatformNotSupported.cs
public:
static System::Numerics::Vector<System::UInt64> GatherVectorWithByteOffsetsNonTemporal(System::Numerics::Vector<System::UInt64> mask, System::UInt64* address, System::Numerics::Vector<long> offsets);
public static System.Numerics.Vector<ulong> GatherVectorWithByteOffsetsNonTemporal(System.Numerics.Vector<ulong> mask, ulong* address, System.Numerics.Vector<long> offsets);
static member GatherVectorWithByteOffsetsNonTemporal : System.Numerics.Vector<uint64> * nativeptr<uint64> * System.Numerics.Vector<int64> -> System.Numerics.Vector<uint64>
Parameter
- address
- UInt64*
Gibt zurück
Gilt für:
GatherVectorWithByteOffsetsNonTemporal(Vector<UInt32>, UInt32*, Vector<UInt32>)
- Quelle:
- Sve2.PlatformNotSupported.cs
public:
static System::Numerics::Vector<System::UInt32> GatherVectorWithByteOffsetsNonTemporal(System::Numerics::Vector<System::UInt32> mask, System::UInt32* address, System::Numerics::Vector<System::UInt32> offsets);
public static System.Numerics.Vector<uint> GatherVectorWithByteOffsetsNonTemporal(System.Numerics.Vector<uint> mask, uint* address, System.Numerics.Vector<uint> offsets);
static member GatherVectorWithByteOffsetsNonTemporal : System.Numerics.Vector<uint32> * nativeptr<uint32> * System.Numerics.Vector<uint32> -> System.Numerics.Vector<uint32>
Parameter
- address
- UInt32*
Gibt zurück
Gilt für:
GatherVectorWithByteOffsetsNonTemporal(Vector<Single>, Single*, Vector<UInt32>)
- Quelle:
- Sve2.PlatformNotSupported.cs
public:
static System::Numerics::Vector<float> GatherVectorWithByteOffsetsNonTemporal(System::Numerics::Vector<float> mask, float* address, System::Numerics::Vector<System::UInt32> offsets);
public static System.Numerics.Vector<float> GatherVectorWithByteOffsetsNonTemporal(System.Numerics.Vector<float> mask, float* address, System.Numerics.Vector<uint> offsets);
static member GatherVectorWithByteOffsetsNonTemporal : System.Numerics.Vector<single> * nativeptr<single> * System.Numerics.Vector<uint32> -> System.Numerics.Vector<single>
Parameter
- address
- Single*
Gibt zurück
Gilt für:
GatherVectorWithByteOffsetsNonTemporal(Vector<Double>, Double*, Vector<UInt64>)
- Quelle:
- Sve2.PlatformNotSupported.cs
public:
static System::Numerics::Vector<double> GatherVectorWithByteOffsetsNonTemporal(System::Numerics::Vector<double> mask, double* address, System::Numerics::Vector<System::UInt64> offsets);
public static System.Numerics.Vector<double> GatherVectorWithByteOffsetsNonTemporal(System.Numerics.Vector<double> mask, double* address, System.Numerics.Vector<ulong> offsets);
static member GatherVectorWithByteOffsetsNonTemporal : System.Numerics.Vector<double> * nativeptr<double> * System.Numerics.Vector<uint64> -> System.Numerics.Vector<double>
Parameter
- address
- Double*
Gibt zurück
Gilt für:
GatherVectorWithByteOffsetsNonTemporal(Vector<Int64>, Int64*, Vector<Int64>)
- Quelle:
- Sve2.PlatformNotSupported.cs
public:
static System::Numerics::Vector<long> GatherVectorWithByteOffsetsNonTemporal(System::Numerics::Vector<long> mask, long* address, System::Numerics::Vector<long> offsets);
public static System.Numerics.Vector<long> GatherVectorWithByteOffsetsNonTemporal(System.Numerics.Vector<long> mask, long* address, System.Numerics.Vector<long> offsets);
static member GatherVectorWithByteOffsetsNonTemporal : System.Numerics.Vector<int64> * nativeptr<int64> * System.Numerics.Vector<int64> -> System.Numerics.Vector<int64>
Parameter
- address
- Int64*
Gibt zurück
Gilt für:
GatherVectorWithByteOffsetsNonTemporal(Vector<Int32>, Int32*, Vector<UInt32>)
- Quelle:
- Sve2.PlatformNotSupported.cs
public:
static System::Numerics::Vector<int> GatherVectorWithByteOffsetsNonTemporal(System::Numerics::Vector<int> mask, int* address, System::Numerics::Vector<System::UInt32> offsets);
public static System.Numerics.Vector<int> GatherVectorWithByteOffsetsNonTemporal(System.Numerics.Vector<int> mask, int* address, System.Numerics.Vector<uint> offsets);
static member GatherVectorWithByteOffsetsNonTemporal : System.Numerics.Vector<int> * nativeptr<int> * System.Numerics.Vector<uint32> -> System.Numerics.Vector<int>
Parameter
- address
- Int32*
Gibt zurück
Gilt für:
GatherVectorWithByteOffsetsNonTemporal(Vector<Double>, Double*, Vector<Int64>)
- Quelle:
- Sve2.PlatformNotSupported.cs
public:
static System::Numerics::Vector<double> GatherVectorWithByteOffsetsNonTemporal(System::Numerics::Vector<double> mask, double* address, System::Numerics::Vector<long> offsets);
public static System.Numerics.Vector<double> GatherVectorWithByteOffsetsNonTemporal(System.Numerics.Vector<double> mask, double* address, System.Numerics.Vector<long> offsets);
static member GatherVectorWithByteOffsetsNonTemporal : System.Numerics.Vector<double> * nativeptr<double> * System.Numerics.Vector<int64> -> System.Numerics.Vector<double>
Parameter
- address
- Double*
Gibt zurück
Gilt für:
GatherVectorWithByteOffsetsNonTemporal(Vector<Int64>, Int64*, Vector<UInt64>)
- Quelle:
- Sve2.PlatformNotSupported.cs
public:
static System::Numerics::Vector<long> GatherVectorWithByteOffsetsNonTemporal(System::Numerics::Vector<long> mask, long* address, System::Numerics::Vector<System::UInt64> offsets);
public static System.Numerics.Vector<long> GatherVectorWithByteOffsetsNonTemporal(System.Numerics.Vector<long> mask, long* address, System.Numerics.Vector<ulong> offsets);
static member GatherVectorWithByteOffsetsNonTemporal : System.Numerics.Vector<int64> * nativeptr<int64> * System.Numerics.Vector<uint64> -> System.Numerics.Vector<int64>
Parameter
- address
- Int64*