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
Description: Compiles an LLVM IL file to SPIR-V with (`-O1`) optimizations, targeting a 64-bit architecture. It enables the SPV_INTEL_arbitrary_precision_integers extension.
Description: Compiles an LLVM IL file to SPIR-V with (`-O1`) optimizations, targeting a 64-bit architecture. It enables the SPV_ALTERA_arbitrary_precision_integers extension.
35
35
36
36
3. **Compilation with experimental NonSemantic.Shader.DebugInfo.100 support**
@@ -136,7 +136,7 @@ extensions to enable or disable, each prefixed with ``+`` or ``-``, respectively
136
136
137
137
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:
Below is a list of supported SPIR-V extensions, sorted alphabetically by their extension names:
151
151
@@ -169,7 +169,7 @@ Below is a list of supported SPIR-V extensions, sorted alphabetically by their e
169
169
- Adds atomic min and max instruction on floating-point numbers.
170
170
* - ``SPV_INTEL_2d_block_io``
171
171
- Adds additional subgroup block prefetch, load, load transposed, load transformed and store instructions to read two-dimensional blocks of data from a two-dimensional region of memory, or to write two-dimensional blocks of data to a two dimensional region of memory.
- Adds instructions to convert convert unsigned integer handles to images, samplers and sampled images.
@@ -241,8 +241,8 @@ 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.
- Add instructions for fixed point arithmetic. The extension works without SPV_ALTERA_arbitrary_precision_integers, but together they allow greater flexibility in representing arbitrary precision data types.
0 commit comments