From a9873f67ffc269f4bea3d4b4e188177fba30f952 Mon Sep 17 00:00:00 2001 From: Phillip Alday Date: Tue, 5 Mar 2024 11:21:14 -0600 Subject: [PATCH] NEWS update --- NEWS.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NEWS.md b/NEWS.md index f0c4aefd7..f9a543308 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,5 @@ +* Use `muladd` where possible to enable fused multiply-add (FMA) on architectures with hardware support. FMA will generally improve computational speed and gives more accurate rounding. [#740] + MixedModels v4.22.4 Release Notes ============================== * Switch to explicit imports from all included packages (i.e. replace `using Foo` by `using Foo: Foo, bar, baz`) [#748] @@ -495,5 +497,6 @@ Package dependencies [#715]: https://github.com/JuliaStats/MixedModels.jl/issues/715 [#717]: https://github.com/JuliaStats/MixedModels.jl/issues/717 [#733]: https://github.com/JuliaStats/MixedModels.jl/issues/733 +[#740]: https://github.com/JuliaStats/MixedModels.jl/issues/740 [#744]: https://github.com/JuliaStats/MixedModels.jl/issues/744 [#748]: https://github.com/JuliaStats/MixedModels.jl/issues/748