From b840b233f6255d0fe358284e01e0a8a226708ec5 Mon Sep 17 00:00:00 2001 From: EmulationFanatic <62343878+EmulationFanatic@users.noreply.github.com> Date: Thu, 17 Dec 2020 13:13:11 -0700 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/Changelog.md b/Changelog.md index ac1a4e3..5408773 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,11 +2,10 @@ All updates to the Ryujinx official master build will be documented in this file ## 1.0.6127 - 2020-12-17 -### Added -- Added Vfms_V inst. with Fma fast path and slow path. -- Added Vfma_S & Vfms_S Fma fast paths. -- Added Vfnma_S & Vfnms_S Sse fast paths. -- Added Tests for all affected inst.s. +### Changed +- Fixed Vnmls_S instruction. +- Improved Vfma_S, Vfms_S & Vfnma_S, Vfnms_S instructions performance. +- Added Vfms_V instruction. ## 1.0.6125 - 2020-12-17 ### Changed