From 8952aad30bc68d82448b2cc5631d0e582dde2f93 Mon Sep 17 00:00:00 2001 From: MetrosexualGarbodor <79612681+MetrosexualGarbodor@users.noreply.github.com> Date: Sun, 18 Dec 2022 20:08:36 +0000 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Changelog.md b/Changelog.md index 1bcb306..913087a 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,11 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file +## 1.1.478 - 2022-12-18 +### Added: +- ARMeilleure: Add initial support for AVX512(EVEX encoding). + - Implements enough of the EVEX encoding features to utilize AVX512 instructions for a 128-bit register use-case. Further changes are required for CPUs with AVX-512 support to have a notable performance improvement. + ## 1.1.477 - 2022-12-18 ### Fixed: - hle: Fix wrong conversion in UserPresence.ToString.