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
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -233,6 +233,18 @@ Below is a list of supported SPIR-V extensions, sorted alphabetically by their e
233
233
- Adds support for 4-bit integer type, and allow this type to be used in cooperative matrices.
234
234
* - ``SPV_KHR_float_controls2``
235
235
- Adds ability to specify the floating-point environment in shaders. It can be used on whole modules and individual instructions.
236
+
* - ``SPV_INTEL_arbitrary_precision_fixed_point``
237
+
- Add instructions for fixed point arithmetic. The extension works without SPV_INTEL_arbitrary_precision_integers, but together they allow greater flexibility in representing arbitrary precision data types.
238
+
239
+
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