AdvSimd.ConvertToSingleScalar Method

Definition

Overloads

ConvertToSingleScalar(Vector64<Int32>)

float32_t vcvts_f32_s32 (int32_t a)

A32: VCVT.F32.S32 Sd, Sm

A64: SCVTF Sd, Sn

ConvertToSingleScalar(Vector64<UInt32>)

float32_t vcvts_f32_u32 (uint32_t a)

A32: VCVT.F32.U32 Sd, Sm

A64: UCVTF Sd, Sn

ConvertToSingleScalar(Vector64<Int32>)

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

float32_t vcvts_f32_s32 (int32_t a)

A32: VCVT.F32.S32 Sd, Sm

A64: SCVTF Sd, Sn

C#
public static System.Runtime.Intrinsics.Vector64<float> ConvertToSingleScalar(System.Runtime.Intrinsics.Vector64<int> value);

Parameters

value
Vector64<Int32>

Returns

Applies to

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

ConvertToSingleScalar(Vector64<UInt32>)

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

float32_t vcvts_f32_u32 (uint32_t a)

A32: VCVT.F32.U32 Sd, Sm

A64: UCVTF Sd, Sn

C#
public static System.Runtime.Intrinsics.Vector64<float> ConvertToSingleScalar(System.Runtime.Intrinsics.Vector64<uint> value);

Parameters

value
Vector64<UInt32>

Returns

Applies to

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