Changeset e1092747 for general


Ignore:
Timestamp:
05/05/2024 05:40:13 PM (5 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.2, gimp3, lazarus, trunk, xry111/for-12.3, xry111/spidermonkey128
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
  • general/genlib/spidermonkey.xml

    r793b567 re1092747  
    183183                    --disable-jemalloc       \
    184184                    --enable-readline        \
    185                     --enable-rust-simd       \
    186185                    --with-intl-api          \
    187186                    --with-system-icu        \
     
    290289      support in the SpiderMonkey command line interface.
    291290    </para>
    292 
    293     <para>
    294       <parameter>--enable-rust-simd</parameter>: This switch enables SIMD
     291    <!--
     292    <para>
     293      <parameter>- -enable-rust-simd</parameter>: This switch enables SIMD
    295294      optimization in the shipped encoding_rs crate.
    296295    </para>
    297 
     296    -->
    298297    <para>
    299298      <parameter>--with-intl-api</parameter>: This enables the
Note: See TracChangeset for help on using the changeset viewer.