Closed Bug 1423814 Opened 8 years ago Closed 8 years ago

av1: backport ssse3 alignment fix

Categories

(Core :: Audio/Video: Playback, enhancement, P3)

enhancement

Tracking

()

RESOLVED FIXED
mozilla59
Tracking Status
firefox59 --- fixed

People

(Reporter: rillian, Assigned: rillian)

References

Details

Attachments

(2 files)

Backport the fix :dmajor found for the 32-bit crash in libaom and re-enable the decoder on 32-bit platforms. We plan to pull a new upstream revision including this soon, so just applying the patch in-tree is fine.
Comment on attachment 8935245 [details] Bug 1423814 - av1: Fix simd alignment on 32-bit x86. https://reviewboard.mozilla.org/r/206128/#review211732 ::: build/moz.configure/rust.configure:49 (Diff revision 1) > VERSION_FORMAT = r'^cargo (\d\.\d+\.\d+).*' > > m = re.search(VERSION_FORMAT, out[0]) > # Fail fast if cargo changes its output on us. > if not m: > die('Could not determine cargo version from output: %s', out) Wrong patch attached?
Attachment #8935245 - Flags: review?(kinetik)
Attachment #8935246 - Flags: review?(kinetik) → review+
Comment on attachment 8935245 [details] Bug 1423814 - av1: Fix simd alignment on 32-bit x86. https://reviewboard.mozilla.org/r/206128/#review211746 ::: build/moz.configure/rust.configure:49 (Diff revision 1) > VERSION_FORMAT = r'^cargo (\d\.\d+\.\d+).*' > > m = re.search(VERSION_FORMAT, out[0]) > # Fail fast if cargo changes its output on us. > if not m: > die('Could not determine cargo version from output: %s', out) Certainly explains why the try push failed!
Attachment #8935245 - Flags: review?(kinetik) → review+
Pushed by rgiles@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/14058397c000 av1: Fix simd alignment on 32-bit x86. r=kinetik https://hg.mozilla.org/integration/autoland/rev/f6fc1c2c4cef av1: re-enable decoder on 32-bit nightly. r=kinetik
Ionuț: This will undo the effect of bug 1421635 comment 16, which was not a "real" improvement as the code was removed for crashing.
Flags: needinfo?(igoldan)
Oh, cool! Thanks for pointing this out!
Flags: needinfo?(igoldan)
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla59
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: