[Git][ghc/ghc][wip/andreask/fma_globals] Apply 1 suggestion(s) to 1 file(s)

sheaf (@sheaf) gitlab at gitlab.haskell.org
Fri Mar 1 14:02:49 UTC 2024



sheaf pushed to branch wip/andreask/fma_globals at Glasgow Haskell Compiler / GHC


Commits:
6638884a by sheaf at 2024-03-01T14:02:27+00:00
Apply 1 suggestion(s) to 1 file(s)
- - - - -


1 changed file:

- compiler/GHC/CmmToAsm/X86/CodeGen.hs


Changes:

=====================================
compiler/GHC/CmmToAsm/X86/CodeGen.hs
=====================================
@@ -3458,6 +3458,8 @@ genFMA3Code w signs x y z = do
   x_code <- getAnyReg x
   x_tmp <- getNewRegNat rep
   let
+     fma213 = FMA3 rep signs FMA213
+
      code, code_direct, code_mov :: Reg -> InstrBlock
      -- Ideal: Compute the result directly into dst
      code_direct dst = x_code  dst   `snocOL`



View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/6638884acef42c037e214be5cb1aa27f7f2efacf

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/6638884acef42c037e214be5cb1aa27f7f2efacf
You're receiving this email because of your account on gitlab.haskell.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20240301/f606a6e9/attachment.html>


More information about the ghc-commits mailing list