From 53b3b35331dd0c40135f57826bfa080d3b37e73c Mon Sep 17 00:00:00 2001 From: Roy Qu Date: Sat, 4 Mar 2023 12:40:02 +0800 Subject: [PATCH] Red Panda C++ Version 2.17 - enhancement: Add X86_64 AVX/AVX instruction descriptions to asm syntaxer. - enhancement: Update to the newest x86 Assembly manual. --- NEWS.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/NEWS.md b/NEWS.md index 8fbe5cbe..88805075 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,8 @@ +Red Panda C++ Version 2.17 + + - enhancement: Add X86_64 AVX/AVX instruction descriptions to asm syntaxer. + - enhancement: Update to the newest x86 Assembly manual. + Red Panda C++ Version 2.16 - fix: Project files that not in the project folder is not correctly handled in makefile.