Stream: general

Topic: ✔ add_enum can't have default value??


view this post on Zulip yang yu (Oct 05 2022 at 22:38):

https://docs.rs/alexcrichton-cranelift-codegen-meta/latest/cranelift_codegen_meta/cdsl/settings/struct.SettingGroupBuilder.html#method.add_enum
add_bool and add_num have default value. If don't means use this Backend have to set this value every time??

view this post on Zulip yang yu (Oct 05 2022 at 22:38):

https://github.com/bytecodealliance/wasmtime/issues/4994

Riscv has different abi variants which pass floating point arguments differently. This is controlled independently of the used target features and the linker checks that object files with different...

view this post on Zulip yang yu (Oct 05 2022 at 22:48):

 setting.add_enum(
        "float_abi",
        "The default float ABI.",
        "",
        // looks first one is the default value.
        // make `double` the default.
        vec!["double", "soft", "single", "quad"],
    );

view this post on Zulip Notification Bot (Oct 08 2022 at 02:11):

yang yu has marked this topic as resolved.


Last updated: Oct 23 2024 at 20:03 UTC