@@ -75,14 +75,14 @@ class explicit_param_decls(ProvisionalFeature):
75
75
76
76
77
77
@feature
78
- class c_vect (ProvisionalFeature ):
79
- '''<a id="c_vect "/>
78
+ class simics_util_vect (ProvisionalFeature ):
79
+ '''<a id="simics_util_vect "/>
80
80
This feature enables the `vect` type, based on the
81
81
`VECT` macro from the Simics C API (`simics/util/vect.h`).
82
82
83
83
This is a simple wrapping that behaves inconsistently in many
84
84
ways, and we plan to eventually introduce a cleaner mechanism for
85
- vectors; the `c_vect ` is supported as an interim solution until we
85
+ vectors; the `simics_util_vect ` is supported as an interim solution until we
86
86
have that in place.
87
87
88
88
The syntax is `BASETYPE vect`, e.g. `typedef int vect int_vect_t;`
@@ -128,12 +128,12 @@ class c_vect(ProvisionalFeature):
128
128
}
129
129
```
130
130
131
- Enabling the `c_vect ` feature in a file only affects
131
+ Enabling the `simics_util_vect ` feature in a file only affects
132
132
the `vect` declarations in that file.
133
133
134
- When the `c_vect ` feature is disabled, usage of `vect` is an
135
- error unless the [`c_vect_without_provisional ` compatibility
136
- feature](deprecations-auto.html#c_vect_without_provisional ) is enabled.
134
+ When the `simics_util_vect ` feature is disabled, usage of `vect` is an
135
+ error unless the [`experimental_vect ` compatibility
136
+ feature](deprecations-auto.html#experimental_vect ) is enabled.
137
137
'''
138
138
short = "Allow vect syntax based on the VECT macro"
139
139
stable = True
0 commit comments