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: llvm/docs/SPIRVUsage.rst
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -209,6 +209,8 @@ list of supported SPIR-V extensions, sorted alphabetically by their extension na
209
209
- Adds the ability to declare extended instruction sets that have no semantic impact and can be safely removed from a module.
210
210
* - ``SPV_INTEL_fp_max_error``
211
211
- Adds the ability to specify the maximum error for floating-point operations.
212
+
* - ``SPV_INTEL_ternary_bitwise_function``
213
+
- Adds a bitwise instruction on three operands and a look-up table index for specifying the bitwise operation to perform.
212
214
213
215
To enable multiple extensions, list them separated by comma. For example, to enable support for atomic operations on floating-point numbers and arbitrary precision integers, use:
0 commit comments