[Git][ghc/ghc][wip/sjakobi/T25450-print-cpu] Wibble
Simon Jakobi pushed to branch wip/sjakobi/T25450-print-cpu at Glasgow Haskell Compiler / GHC Commits: 1af3c1d1 by Simon Jakobi at 2026-05-29T02:41:36+02:00 Wibble - - - - - 1 changed file: - compiler/GHC/Driver/Session.hs Changes: ===================================== compiler/GHC/Driver/Session.hs ===================================== @@ -3696,7 +3696,7 @@ enabledCpuFeatures dflags = case platformArch (targetPlatform dflags) of ArchX86_64 -> x86FeaturesAndFlags dflags ArchX86 -> x86FeaturesAndFlags dflags ArchAArch64 -> - ( [ "FMA" | isFmaEnabled dflags ] + ( [ "FMA" | fma dflags ] , [ "-mfma" | fma dflags ] ) ArchLoongArch64 -> View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/1af3c1d1795da2668a653a6fa28b67be... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/1af3c1d1795da2668a653a6fa28b67be... You're receiving this email because of your account on gitlab.haskell.org.
participants (1)
-
Simon Jakobi (@sjakobi2)