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
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -241,6 +241,9 @@ Below is a list of supported SPIR-V extensions, sorted alphabetically by their e
241
241
- Adds predicated load and store instructions that conditionally read from or write to memory based on a boolean predicate.
242
242
* - ``SPV_KHR_maximal_reconvergence``
243
243
- Adds execution mode and capability to enable maximal reconvergence.
244
+
* - ``SPV_INTEL_arbitrary_precision_fixed_point``
245
+
- 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.
0 commit comments