AdvSimd.Arm64.DuplicateSelectedScalarToVector128 Method

Definition

Overloads

DuplicateSelectedScalarToVector128(Vector128<Double>, Byte)

float64x2_t vdupq_laneq_f64 (float64x2_t vec, const int lane)

A64: DUP Vd.2D, Vn.D[index]

DuplicateSelectedScalarToVector128(Vector128<Int64>, Byte)

int64x2_t vdupq_laneq_s64 (int64x2_t vec, const int lane)

A64: DUP Vd.2D, Vn.D[index]

DuplicateSelectedScalarToVector128(Vector128<UInt64>, Byte)

uint64x2_t vdupq_laneq_u64 (uint64x2_t vec, const int lane)

A64: DUP Vd.2D, Vn.D[index]

DuplicateSelectedScalarToVector128(Vector128<Double>, Byte)

Source:
AdvSimd.PlatformNotSupported.cs
Source:
AdvSimd.PlatformNotSupported.cs
Source:
AdvSimd.PlatformNotSupported.cs

float64x2_t vdupq_laneq_f64 (float64x2_t vec, const int lane)

A64: DUP Vd.2D, Vn.D[index]

C#
public static System.Runtime.Intrinsics.Vector128<double> DuplicateSelectedScalarToVector128(System.Runtime.Intrinsics.Vector128<double> value, byte index);

Parameters

value
Vector128<Double>
index
Byte

Returns

Applies to

.NET 10 and other versions
Product Versions
.NET 5, 6, 7, 8, 9, 10

DuplicateSelectedScalarToVector128(Vector128<Int64>, Byte)

Source:
AdvSimd.PlatformNotSupported.cs
Source:
AdvSimd.PlatformNotSupported.cs
Source:
AdvSimd.PlatformNotSupported.cs

int64x2_t vdupq_laneq_s64 (int64x2_t vec, const int lane)

A64: DUP Vd.2D, Vn.D[index]

C#
public static System.Runtime.Intrinsics.Vector128<long> DuplicateSelectedScalarToVector128(System.Runtime.Intrinsics.Vector128<long> value, byte index);

Parameters

value
Vector128<Int64>
index
Byte

Returns

Applies to

.NET 10 and other versions
Product Versions
.NET 5, 6, 7, 8, 9, 10

DuplicateSelectedScalarToVector128(Vector128<UInt64>, Byte)

Source:
AdvSimd.PlatformNotSupported.cs
Source:
AdvSimd.PlatformNotSupported.cs
Source:
AdvSimd.PlatformNotSupported.cs

uint64x2_t vdupq_laneq_u64 (uint64x2_t vec, const int lane)

A64: DUP Vd.2D, Vn.D[index]

C#
public static System.Runtime.Intrinsics.Vector128<ulong> DuplicateSelectedScalarToVector128(System.Runtime.Intrinsics.Vector128<ulong> value, byte index);

Parameters

value
Vector128<UInt64>
index
Byte

Returns

Applies to

.NET 10 and other versions
Product Versions
.NET 5, 6, 7, 8, 9, 10