mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
C++: Fix __builtin_shuffle qldoc
This commit is contained in:
@@ -502,7 +502,8 @@ class BuiltInOperationBuiltInShuffleVector extends BuiltInOperation, @builtinshu
|
|||||||
* for more information.
|
* for more information.
|
||||||
* ```
|
* ```
|
||||||
* // Concatenate every other element of 4-element vectors V1 and V2.
|
* // Concatenate every other element of 4-element vectors V1 and V2.
|
||||||
* V3 = __builtin_shufflevector(V1, V2, {0, 2, 4, 6});
|
* M = {0, 2, 4, 6};
|
||||||
|
* V3 = __builtin_shuffle(V1, V2, M);
|
||||||
* ```
|
* ```
|
||||||
*/
|
*/
|
||||||
class BuiltInOperationBuiltInShuffle extends BuiltInOperation, @builtinshuffle {
|
class BuiltInOperationBuiltInShuffle extends BuiltInOperation, @builtinshuffle {
|
||||||
|
|||||||
Reference in New Issue
Block a user