Sve2.Scatter8BitNarrowingNonTemporal 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
| Name | Description |
|---|---|
| Scatter8BitNarrowingNonTemporal(Vector<Int64>, Vector<UInt64>, Vector<Int64>) | |
| Scatter8BitNarrowingNonTemporal(Vector<UInt64>, Vector<UInt64>, Vector<UInt64>) |
Scatter8BitNarrowingNonTemporal(Vector<Int64>, Vector<UInt64>, Vector<Int64>)
- Source:
- Sve2.PlatformNotSupported.cs
public:
static void Scatter8BitNarrowingNonTemporal(System::Numerics::Vector<long> mask, System::Numerics::Vector<System::UInt64> addresses, System::Numerics::Vector<long> data);
public static void Scatter8BitNarrowingNonTemporal(System.Numerics.Vector<long> mask, System.Numerics.Vector<ulong> addresses, System.Numerics.Vector<long> data);
static member Scatter8BitNarrowingNonTemporal : System.Numerics.Vector<int64> * System.Numerics.Vector<uint64> * System.Numerics.Vector<int64> -> unit
Public Shared Sub Scatter8BitNarrowingNonTemporal (mask As Vector(Of Long), addresses As Vector(Of ULong), data As Vector(Of Long))
Parameters
Applies to
Scatter8BitNarrowingNonTemporal(Vector<UInt64>, Vector<UInt64>, Vector<UInt64>)
- Source:
- Sve2.PlatformNotSupported.cs
public:
static void Scatter8BitNarrowingNonTemporal(System::Numerics::Vector<System::UInt64> mask, System::Numerics::Vector<System::UInt64> addresses, System::Numerics::Vector<System::UInt64> data);
public static void Scatter8BitNarrowingNonTemporal(System.Numerics.Vector<ulong> mask, System.Numerics.Vector<ulong> addresses, System.Numerics.Vector<ulong> data);
static member Scatter8BitNarrowingNonTemporal : System.Numerics.Vector<uint64> * System.Numerics.Vector<uint64> * System.Numerics.Vector<uint64> -> unit
Public Shared Sub Scatter8BitNarrowingNonTemporal (mask As Vector(Of ULong), addresses As Vector(Of ULong), data As Vector(Of ULong))