================
@@ -362,6 +362,16 @@ def : ProcessorModel<"cortex-m33", CortexM4Model,       
[ARMv8mMainline,
                                                          
FeatureHasNoBranchPredictor,
                                                          
FeatureFixCMSE_CVE_2021_35465]>;
 
+def : ProcessorModel<"star-mc1", CortexM4Model,         [ARMv8mMainline,
+                                                         FeatureDSP,
+                                                         FeatureFPARMv8_D16_SP,
+                                                         
FeaturePrefLoopAlign32,
+                                                         FeatureHasSlowFPVMLx,
+                                                         FeatureHasSlowFPVFMx,
+                                                         FeatureUseMISched,
+                                                         
FeatureHasNoBranchPredictor,
+                                                         
FeatureFixCMSE_CVE_2021_35465]>;
----------------
AlbertHuang-CPU wrote:

Thanks Jonathan. The two files updated and the changes passed the Unit tests of 
clang and llvm.

https://github.com/llvm/llvm-project/pull/110085
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to