move_sd(v128, v128)
Move the lower double-precision (64-bit) floating-point element from "b" to the lower element of "dst", and copy the upper element from "a" to the upper element of "dst".
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Method
- Namespace: Unity.Burst.Intrinsics
- Assembly: UnityEngine.BurstModule
public static v128 move_sd(v128 a, v128 b)
Parameters
Returns
Type | Description |
|---|---|
| v128 | Vector |