@@ -110,13 +110,17 @@ def : ProcessorModel<"mvp", NoSchedModel, []>;
110
110
// consideration given to available support in relevant engines and tools, and
111
111
// the importance of the features.
112
112
def : ProcessorModel<"generic", NoSchedModel,
113
- [FeatureSignExt, FeatureMutableGlobals]>;
113
+ [FeatureMultivalue, FeatureMutableGlobals,
114
+ FeatureReferenceTypes, FeatureSignExt]>;
114
115
115
116
// Latest and greatest experimental version of WebAssembly. Bugs included!
116
117
def : ProcessorModel<"bleeding-edge", NoSchedModel,
117
- [FeatureSIMD128, FeatureAtomics,
118
- FeatureNontrappingFPToInt, FeatureSignExt,
119
- FeatureMutableGlobals, FeatureBulkMemory,
118
+ [FeatureAtomics, FeatureBulkMemory,
119
+ FeatureExceptionHandling, FeatureExtendedConst,
120
+ FeatureHalfPrecision, FeatureMultiMemory,
121
+ FeatureMultivalue, FeatureMutableGlobals,
122
+ FeatureNontrappingFPToInt, FeatureRelaxedSIMD,
123
+ FeatureReferenceTypes, FeatureSIMD128, FeatureSignExt,
120
124
FeatureTailCall]>;
121
125
122
126
//===----------------------------------------------------------------------===//
0 commit comments