From e20131ba2a4c18e40cc4b750064fde5bf5de23b7 Mon Sep 17 00:00:00 2001 From: Alexander David Frick Date: Sun, 3 Jul 2022 18:18:21 -0500 Subject: [PATCH] Update PATCHES.md --- PATCHES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PATCHES.md b/PATCHES.md index 6ed0a5e3..72934499 100644 --- a/PATCHES.md +++ b/PATCHES.md @@ -2,7 +2,7 @@ ## List of patches included in Thorium -Compiler modifications include SSE4.2, AVX, AES and cflags, lto flags, and import_instr_limit flags set to /03, 3, and 30, respectively. \ +Compiler modifications include SSE4.2, AVX, AES, and CFLAGS, LTO flags, and import_instr_limit flags set to /03, 3, and 30, respectively. \ NEW > Added some LLVM LOOP optimizations as -mllvm flags. See here > https://github.com/RobRich999/Chromium_Clang/issues/26#issuecomment-976883814 Fixed AVX Windows Builds as per > https://github.com/RobRich999/Chromium_Clang/issues/26#issuecomment-1003605112