We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5ea53d commit 7fa00fdCopy full SHA for 7fa00fd
Documentation/arch/riscv/hwprobe.rst
@@ -293,3 +293,13 @@ The following keys are defined:
293
294
* :c:macro:`RISCV_HWPROBE_MISALIGNED_VECTOR_UNSUPPORTED`: Misaligned vector accesses are
295
not supported at all and will generate a misaligned address fault.
296
+
297
+* :c:macro:`RISCV_HWPROBE_KEY_VENDOR_EXT_THEAD_0`: A bitmask containing the
298
+ thead vendor extensions that are compatible with the
299
+ :c:macro:`RISCV_HWPROBE_BASE_BEHAVIOR_IMA`: base system behavior.
300
301
+ * T-HEAD
302
303
+ * :c:macro:`RISCV_HWPROBE_VENDOR_EXT_XTHEADVECTOR`: The xtheadvector vendor
304
+ extension is supported in the T-Head ISA extensions spec starting from
305
+ commit a18c801634 ("Add T-Head VECTOR vendor extension. ").
0 commit comments