From 8862bf573c59911e7aaea5d41059fd7859f381a3 Mon Sep 17 00:00:00 2001 From: EmulationFanatic <62343878+EmulationFanatic@users.noreply.github.com> Date: Thu, 17 Dec 2020 13:05:04 -0700 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Changelog.md b/Changelog.md index 6925187..ac1a4e3 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,13 @@ # Ryujinx Changelog 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. + ## 1.0.6125 - 2020-12-17 ### Changed - Miscellaneous PPTC optimizations to increase resilience and reduce overhead. Note for users: existing .info (profiling) files will be invalidated.