Sve2.Scatter32BitWithByteOffsetsNarrowingNonTemporal Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Scatter32BitWithByteOffsetsNarrowingNonTemporal(Vector<Int64>, Int32*, Vector<Int64>, Vector<Int64>)
- Source:
- Sve2.PlatformNotSupported.cs
public:
static void Scatter32BitWithByteOffsetsNarrowingNonTemporal(System::Numerics::Vector<long> mask, int* address, System::Numerics::Vector<long> offsets, System::Numerics::Vector<long> data);
public static void Scatter32BitWithByteOffsetsNarrowingNonTemporal(System.Numerics.Vector<long> mask, int* address, System.Numerics.Vector<long> offsets, System.Numerics.Vector<long> data);
static member Scatter32BitWithByteOffsetsNarrowingNonTemporal : System.Numerics.Vector<int64> * nativeptr<int> * System.Numerics.Vector<int64> * System.Numerics.Vector<int64> -> unit
Parameters
- address
- Int32*
Applies to
Scatter32BitWithByteOffsetsNarrowingNonTemporal(Vector<Int64>, Int32*, Vector<UInt64>, Vector<Int64>)
- Source:
- Sve2.PlatformNotSupported.cs
public:
static void Scatter32BitWithByteOffsetsNarrowingNonTemporal(System::Numerics::Vector<long> mask, int* address, System::Numerics::Vector<System::UInt64> offsets, System::Numerics::Vector<long> data);
public static void Scatter32BitWithByteOffsetsNarrowingNonTemporal(System.Numerics.Vector<long> mask, int* address, System.Numerics.Vector<ulong> offsets, System.Numerics.Vector<long> data);
static member Scatter32BitWithByteOffsetsNarrowingNonTemporal : System.Numerics.Vector<int64> * nativeptr<int> * System.Numerics.Vector<uint64> * System.Numerics.Vector<int64> -> unit
Parameters
- address
- Int32*
Applies to
Scatter32BitWithByteOffsetsNarrowingNonTemporal(Vector<UInt64>, UInt32*, Vector<Int64>, Vector<UInt64>)
- Source:
- Sve2.PlatformNotSupported.cs
public:
static void Scatter32BitWithByteOffsetsNarrowingNonTemporal(System::Numerics::Vector<System::UInt64> mask, System::UInt32* address, System::Numerics::Vector<long> offsets, System::Numerics::Vector<System::UInt64> data);
public static void Scatter32BitWithByteOffsetsNarrowingNonTemporal(System.Numerics.Vector<ulong> mask, uint* address, System.Numerics.Vector<long> offsets, System.Numerics.Vector<ulong> data);
static member Scatter32BitWithByteOffsetsNarrowingNonTemporal : System.Numerics.Vector<uint64> * nativeptr<uint32> * System.Numerics.Vector<int64> * System.Numerics.Vector<uint64> -> unit
Parameters
- address
- UInt32*
Applies to
Scatter32BitWithByteOffsetsNarrowingNonTemporal(Vector<UInt64>, UInt32*, Vector<UInt64>, Vector<UInt64>)
- Source:
- Sve2.PlatformNotSupported.cs
public:
static void Scatter32BitWithByteOffsetsNarrowingNonTemporal(System::Numerics::Vector<System::UInt64> mask, System::UInt32* address, System::Numerics::Vector<System::UInt64> offsets, System::Numerics::Vector<System::UInt64> data);
public static void Scatter32BitWithByteOffsetsNarrowingNonTemporal(System.Numerics.Vector<ulong> mask, uint* address, System.Numerics.Vector<ulong> offsets, System.Numerics.Vector<ulong> data);
static member Scatter32BitWithByteOffsetsNarrowingNonTemporal : System.Numerics.Vector<uint64> * nativeptr<uint32> * System.Numerics.Vector<uint64> * System.Numerics.Vector<uint64> -> unit
Parameters
- address
- UInt32*