Sve2.Scatter32BitNarrowingNonTemporal 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
Scatter32BitNarrowingNonTemporal(Vector<UInt64>, UInt32*, Vector<UInt64>, Vector<UInt64>)
- Source:
- Sve2.PlatformNotSupported.cs
public:
static void Scatter32BitNarrowingNonTemporal(System::Numerics::Vector<System::UInt64> mask, System::UInt32* address, System::Numerics::Vector<System::UInt64> indices, System::Numerics::Vector<System::UInt64> data);
public static void Scatter32BitNarrowingNonTemporal(System.Numerics.Vector<ulong> mask, uint* address, System.Numerics.Vector<ulong> indices, System.Numerics.Vector<ulong> data);
static member Scatter32BitNarrowingNonTemporal : System.Numerics.Vector<uint64> * nativeptr<uint32> * System.Numerics.Vector<uint64> * System.Numerics.Vector<uint64> -> unit
Parameters
- address
- UInt32*
Applies to
Scatter32BitNarrowingNonTemporal(Vector<UInt64>, UInt32*, Vector<Int64>, Vector<UInt64>)
- Source:
- Sve2.PlatformNotSupported.cs
public:
static void Scatter32BitNarrowingNonTemporal(System::Numerics::Vector<System::UInt64> mask, System::UInt32* address, System::Numerics::Vector<long> indices, System::Numerics::Vector<System::UInt64> data);
public static void Scatter32BitNarrowingNonTemporal(System.Numerics.Vector<ulong> mask, uint* address, System.Numerics.Vector<long> indices, System.Numerics.Vector<ulong> data);
static member Scatter32BitNarrowingNonTemporal : System.Numerics.Vector<uint64> * nativeptr<uint32> * System.Numerics.Vector<int64> * System.Numerics.Vector<uint64> -> unit
Parameters
- address
- UInt32*
Applies to
Scatter32BitNarrowingNonTemporal(Vector<Int64>, Int32*, Vector<UInt64>, Vector<Int64>)
- Source:
- Sve2.PlatformNotSupported.cs
public:
static void Scatter32BitNarrowingNonTemporal(System::Numerics::Vector<long> mask, int* address, System::Numerics::Vector<System::UInt64> indices, System::Numerics::Vector<long> data);
public static void Scatter32BitNarrowingNonTemporal(System.Numerics.Vector<long> mask, int* address, System.Numerics.Vector<ulong> indices, System.Numerics.Vector<long> data);
static member Scatter32BitNarrowingNonTemporal : System.Numerics.Vector<int64> * nativeptr<int> * System.Numerics.Vector<uint64> * System.Numerics.Vector<int64> -> unit
Parameters
- address
- Int32*
Applies to
Scatter32BitNarrowingNonTemporal(Vector<Int64>, Vector<UInt64>, Vector<Int64>)
- Source:
- Sve2.PlatformNotSupported.cs
public:
static void Scatter32BitNarrowingNonTemporal(System::Numerics::Vector<long> mask, System::Numerics::Vector<System::UInt64> addresses, System::Numerics::Vector<long> data);
public static void Scatter32BitNarrowingNonTemporal(System.Numerics.Vector<long> mask, System.Numerics.Vector<ulong> addresses, System.Numerics.Vector<long> data);
static member Scatter32BitNarrowingNonTemporal : System.Numerics.Vector<int64> * System.Numerics.Vector<uint64> * System.Numerics.Vector<int64> -> unit
Public Shared Sub Scatter32BitNarrowingNonTemporal (mask As Vector(Of Long), addresses As Vector(Of ULong), data As Vector(Of Long))
Parameters
Applies to
Scatter32BitNarrowingNonTemporal(Vector<UInt64>, Vector<UInt64>, Vector<UInt64>)
- Source:
- Sve2.PlatformNotSupported.cs
public:
static void Scatter32BitNarrowingNonTemporal(System::Numerics::Vector<System::UInt64> mask, System::Numerics::Vector<System::UInt64> addresses, System::Numerics::Vector<System::UInt64> data);
public static void Scatter32BitNarrowingNonTemporal(System.Numerics.Vector<ulong> mask, System.Numerics.Vector<ulong> addresses, System.Numerics.Vector<ulong> data);
static member Scatter32BitNarrowingNonTemporal : System.Numerics.Vector<uint64> * System.Numerics.Vector<uint64> * System.Numerics.Vector<uint64> -> unit
Public Shared Sub Scatter32BitNarrowingNonTemporal (mask As Vector(Of ULong), addresses As Vector(Of ULong), data As Vector(Of ULong))
Parameters
Applies to
Scatter32BitNarrowingNonTemporal(Vector<Int64>, Int32*, Vector<Int64>, Vector<Int64>)
- Source:
- Sve2.PlatformNotSupported.cs
public:
static void Scatter32BitNarrowingNonTemporal(System::Numerics::Vector<long> mask, int* address, System::Numerics::Vector<long> indices, System::Numerics::Vector<long> data);
public static void Scatter32BitNarrowingNonTemporal(System.Numerics.Vector<long> mask, int* address, System.Numerics.Vector<long> indices, System.Numerics.Vector<long> data);
static member Scatter32BitNarrowingNonTemporal : System.Numerics.Vector<int64> * nativeptr<int> * System.Numerics.Vector<int64> * System.Numerics.Vector<int64> -> unit
Parameters
- address
- Int32*