Updated Wave Intrinsics (markdown)

Chas. Boyd 2017-04-23 14:59:31 -07:00
Родитель fa499ecfd1
Коммит 40e73e736f
1 изменённых файлов: 1 добавлений и 1 удалений

@ -245,7 +245,7 @@ is undefined.
Returns the bitwise AND of all the values of \<expr\> across all active lanes in
the current wave and replicates it back to all active lanes.
#### `<int_type> WaveAllBitOr( <int_type> expr )`
#### `<int_type> WaveActiveBitOr( <int_type> expr )`
Returns the bitwise OR of all the values of \<expr\> across all active lanes in
the current wave and replicates it back to all active lanes.