[RISCV] Use the extensions in the canonical order (NFC)

Fix a mistake in the ordering.
This commit is contained in:
Evandro Menezes 2020-10-02 16:26:49 -05:00
parent 477a68760b
commit ed88d96295
1 changed files with 1 additions and 1 deletions

View File

@ -237,8 +237,8 @@ def : ProcessorModel<"sifive-e31", RocketModel, [FeatureStdExtM,
def : ProcessorModel<"sifive-u54", RocketModel, [Feature64Bit,
FeatureStdExtM,
FeatureStdExtF,
FeatureStdExtA,
FeatureStdExtF,
FeatureStdExtD,
FeatureStdExtC]>;