Gedichte
Musik
Bilder
Quellcodebibliothek
Diashow
Normaldarstellung
Quellcodebibliothek
Statistik
Leitseite
products
/
sources
/
formale Sprachen
/
C
/
Firefox
/
third_party
/
rust
/
any_all_workaround
/ (
Browser von der Mozilla Stiftung
Version 136.0.1
©
) Datei vom 10.2.2025 mit Größe 167 B
Quelle build.rs Sprache: unbekannt
extern crate version_check as rustc;
fn main() {
if rustc::is_min_version("1.78.0").unwrap_or(false) {
println!("cargo:rustc-cfg=stdsimd_split");
}
}
[ Dauer der Verarbeitung: 0.11 Sekunden (vorverarbeitet)
]
2026-04-04