Merge pull request #232 from gz83/main

Update NTP patch and AVX2 BUILD.gn
This commit is contained in:
Alexander David Frick 2023-10-11 05:21:23 -05:00 committed by GitHub
commit 819836556f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 8 deletions

View File

@ -989,7 +989,7 @@ config("compiler") {
"-Zremap-cwd-prefix=.",
# Full RUSTC optimizations.
"-Copt-level=3", "-Ctune-cpu=haswell", "-Ctarget-feature=+aes,+avx,+avx2",
"-Copt-level=3", "-Ctarget-feature=+aes,+avx,+avx2",
]
if (!is_win || force_rustc_color_output) {

View File

@ -1,7 +1,7 @@
From 9b56230adb566db99b9b6bab8fa4183cf66f213b Mon Sep 17 00:00:00 2001
From: Ho Cheung <uioptt24@gmail.com>
Date: Mon, 4 Sep 2023 20:56:29 +0800
Subject: [PATCH] [Android] Remove discovery module from NTP
From 0b2e674959b1e59d890f0bb83a08351a5019239a Mon Sep 17 00:00:00 2001
From: Ho Cheung
Date: Wed, 11 Oct 2023 10:25:20 +0800
Subject: [PATCH] Remove-discovery-module-from-NTP
---
.../res/layout/new_tab_page_feed_v2_expandable_header.xml | 5 +++--
@ -72,6 +72,3 @@ index 71586a65fcd92..e3397204d2b8b 100644
}
} // namespace prefs
--
2.42.0.windows.1