Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (c7cbd5bd1c9594037aee06bbd8560ad14caae192)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (c7cbd5bd1c9594037aee06bbd8560ad14caae192)
  • Date: Sun, 2 Oct 2022 02:46:35 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

http/firefox/HISTORY
| 3 +
http/firefox/patches/0036-bmo-1787405-fix-offsets-for-row_neon-on-arm.patch
| 22 ++++++++++
2 files changed, 25 insertions(+)

New commits:
commit c7cbd5bd1c9594037aee06bbd8560ad14caae192
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

http/firefox: updated the patches

diff --git a/http/firefox/HISTORY b/http/firefox/HISTORY
index 29c6918..1e59045 100644
--- a/http/firefox/HISTORY
+++ b/http/firefox/HISTORY
@@ -1,3 +1,6 @@
+2022-10-01 Pavel Vinogradov <public AT sourcemage.org>
+ * patches/*: updated
+
2022-09-23 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 105.0.1
* patches/*: updated
diff --git
a/http/firefox/patches/0036-bmo-1787405-fix-offsets-for-row_neon-on-arm.patch
b/http/firefox/patches/0036-bmo-1787405-fix-offsets-for-row_neon-on-arm.patch
new file mode 100644
index 0000000..3dd71d7
--- /dev/null
+++
b/http/firefox/patches/0036-bmo-1787405-fix-offsets-for-row_neon-on-arm.patch
@@ -0,0 +1,22 @@
+diff --git a/media/libyuv/libyuv/source/row_neon.cc
b/media/libyuv/libyuv/source/row_neon.cc
+index 14eed6f..89d4d9d 100644
+--- a/media/libyuv/libyuv/source/row_neon.cc
++++ b/media/libyuv/libyuv/source/row_neon.cc
+@@ -588,7 +588,7 @@ void DetileRow_NEON(const uint8_t* src,
+ "1: \n"
+ "vld1.16 {q0}, [%0], %3 \n" // load 16 bytes
+ "subs %2, %2, #16 \n" // 16 processed per
loop
+- "pld [%0, 1792] \n"
++ "pld [%0, #1792] \n"
+ "vst1.16 {q0}, [%1]! \n" // store 16 bytes
+ "bgt 1b \n"
+ : "+r"(src), // %0
+@@ -609,7 +609,7 @@ void DetileSplitUVRow_NEON(const uint8_t* src_uv,
+ "1: \n"
+ "vld2.8 {d0, d1}, [%0], %4 \n"
+ "subs %3, %3, #16 \n"
+- "pld [%0, 1792] \n"
++ "pld [%0, #1792] \n"
+ "vst1.8 {d0}, [%1]! \n"
+ "vst1.8 {d1}, [%2]! \n"
+ "bgt 1b \n"



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (c7cbd5bd1c9594037aee06bbd8560ad14caae192), Pavel Vinogradov, 10/01/2022

Archive powered by MHonArc 2.6.24.

Top of Page