Changeset 6be57aad


Ignore:
Timestamp:
04/16/2024 07:13:48 AM (2 weeks ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
trunk
Children:
5895a37
Parents:
b8694111
Message:

seamonkey: Enable SIMD optimization like Firefox and Thunderbird

The rust SIMD code has been updated in 2.53.18 release, thus we can now
enable it like Firefox and Thunderbird.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/graphweb/seamonkey.xml

    rb8694111 r6be57aad  
    237237ac_add_options --disable-tests
    238238
    239 # The Rust code for SIMD optimization is much more outdated than
    240 # Firefox and Thunderbird, so it does not build with recent Rustc.
    241 ac_add_options --disable-rust-simd
     239# This enables SIMD optimization in the shipped encoding_rs crate.
     240ac_add_options --enable-rust-simd
    242241
    243242ac_add_options --enable-strip
Note: See TracChangeset for help on using the changeset viewer.