Adding release folder

This commit is contained in:
2026-02-26 12:03:34 -05:00
parent 49701c85ad
commit fb426b717d
6138 changed files with 72812 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
cargo:rerun-if-changed=build.rs
cargo:rerun-if-changed=configure.rs
cargo:rustc-check-cfg=cfg(assert_no_panic)
cargo:rustc-check-cfg=cfg(intrinsics_enabled)
cargo:rustc-check-cfg=cfg(arch_enabled)
cargo:rustc-cfg=arch_enabled
cargo:rustc-check-cfg=cfg(optimizations_enabled)
cargo:rustc-cfg=optimizations_enabled
cargo:rustc-check-cfg=cfg(x86_no_sse)
cargo:rustc-env=CFG_CARGO_FEATURES=["arch", "default"]
cargo:rustc-env=CFG_OPT_LEVEL=3
cargo:rustc-env=CFG_TARGET_FEATURES=["fxsr", "sse", "sse2"]
cargo:rustc-check-cfg=cfg(f16_enabled)
cargo:rustc-check-cfg=cfg(f128_enabled)