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
Is your feature request related to a problem? Please describe.
On Instructions yaml files: Excluded by field can only take one extensions, but an instruction could be excluded by more that one extension.
Describe the solution you'd like
Set it has the definedBy: field. Let it have anyOf, allOf.
Actually, I just looked and I think both the schema and Ruby object model for instruction.excludedBy should accept the same as definedBy. Are you up to date with the main branch?
Is your feature request related to a problem? Please describe.
On Instructions yaml files:
Excluded by
field can only take one extensions, but an instruction could be excluded by more that one extension.Describe the solution you'd like
Set it has the
definedBy:
field. Let it have anyOf, allOf.Additional context
Zext.h example:
excludedBy: [Zk, Zkn, Zks, Zbkb]
The text was updated successfully, but these errors were encountered: