Ignore:
Timestamp:
05/05/2024 05:40:13 PM (2 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
lazarus, trunk
Children:
cbfd207
Parents:
793b567
Message:

mozilla: Disable Rust SIMD

It won't work with rustc >= 1.78.0 :(. We need to wait for Mozilla to
port the SIMD code to use std::simd and Rust team to stablize std::simd.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/graphweb/firefox.xml

    r793b567 re1092747  
    268268ac_add_options --disable-tests
    269269
    270 # This enables SIMD optimization in the shipped encoding_rs crate.
    271 ac_add_options --enable-rust-simd
     270# The SIMD code relies on the unmaintained packed_simd crate which
     271# fails to build with Rustc >= 1.78.0.  We may re-enable it once
     272# Mozilla port the code to use std::simd and std::simd is stablized.
     273ac_add_options --disable-rust-simd
    272274
    273275ac_add_options --enable-system-ffi
Note: See TracChangeset for help on using the changeset viewer.