You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: internal/simdgen/categories.yaml
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -550,6 +550,11 @@
550
550
extension: "AVX.*"
551
551
documentation: !string|-
552
552
// Set128 combines a 128-bit vector with a 256-bit vector, where the constant operand specifies whether the low (0) or high (1) half is receives the smaller vector.
553
+
- go: Get128
554
+
commutative: "false"
555
+
extension: "AVX.*"
556
+
documentation: !string|-
557
+
// Get128 retrieves the upper (1) or lower (0) half of a 256-bit vector, depending on the constant operand.
Copy file name to clipboardExpand all lines: internal/simdgen/ops/Moves/categories.yaml
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -14,3 +14,8 @@
14
14
extension: "AVX.*"
15
15
documentation: !string|-
16
16
// Set128 combines a 128-bit vector with a 256-bit vector, where the constant operand specifies whether the low (0) or high (1) half is receives the smaller vector.
17
+
- go: Get128
18
+
commutative: "false"
19
+
extension: "AVX.*"
20
+
documentation: !string|-
21
+
// Get128 retrieves the upper (1) or lower (0) half of a 256-bit vector, depending on the constant operand.
0 commit comments