mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-15 17:19:33 +02:00
+ Aarch64: call OptPass1FData for FMA instructions as well
git-svn-id: trunk@47533 -
This commit is contained in:
parent
28d88b9999
commit
ef1ba48cc4
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user