Skip to content

Commit d21e8a1

Browse files
Remove duplicate doc entry for xsimd::insert
1 parent d94d7dd commit d21e8a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/api/data_transfer.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ From a scalar:
2626
+---------------------------------------+----------------------------------------------------+
2727
| :cpp:func:`broadcast_as` | broadcasting a value, forcing a type conversion |
2828
+---------------------------------------+----------------------------------------------------+
29-
| :cpp:func:`insert` | modify a single batch slot |
30-
+---------------------------------------+----------------------------------------------------+
3129

3230
To memory:
3331

@@ -58,6 +56,8 @@ In place:
5856
+---------------------------------------+----------------------------------------------------+
5957
| :cpp:func:`compress` | pack elements according to a mask |
6058
+---------------------------------------+----------------------------------------------------+
59+
| :cpp:func:`expand` | select contiguous elements from the batch |
60+
+---------------------------------------+----------------------------------------------------+
6161

6262
Between batches:
6363

0 commit comments

Comments
 (0)