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: src/c-api.adoc
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -881,7 +881,7 @@ All `length` fields should be initialized to zero if `__init_riscv_feature_bits`
881
881
882
882
NOTE: To detect failure in the `__init_riscv_feature_bits` function, it is recommended to check that `__riscv_feature_bits.length` is non-zero.
883
883
884
-
Each queryable extension must have an associated `groupid` and `bitmask` that indicates its position within the features array.
884
+
Each queryable extension must have an associated `groupid` and `bitmask` that indicates its position within the features array.
885
885
886
886
> For example, the zba extension is represented by `groupid`: 0 and `bitmask`: `1ULL << 27`. Users can check if the zba extension is enabled using: `__riscv_feature_bits.features[0] & (1ULL << 27)`.
0 commit comments