Kaynağa Gözat

+ Aarch64: call OptPass1FData for FMA instructions as well

git-svn-id: trunk@47533 -
florian 4 yıl önce
ebeveyn
işleme
ef1ba48cc4
1 değiştirilmiş dosya ile 5 ekleme ve 0 silme
  1. 5 0
      compiler/aarch64/aoptcpu.pas

+ 5 - 0
compiler/aarch64/aoptcpu.pas

@@ -772,6 +772,11 @@ Implementation
             A_SXTH:
               Result:=OptPass1SXTH(p);
 //            A_VLDR,
+            A_FMADD,
+            A_FMSUB,
+            A_FNMADD,
+            A_FNMSUB,
+            A_FNMUL,
             A_FADD,
             A_FMUL,
             A_FDIV,