Browse Source

+ Aarch64: call OptPass1FData for FMA instructions as well

git-svn-id: trunk@47533 -
florian 4 years ago
parent
commit
ef1ba48cc4
1 changed files with 5 additions and 0 deletions
  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,