usestd::env;fnmain(){let use64 =env::var_os("CARGO_CFG_TARGET_POINTER_WIDTH").map(|width|width =="64").unwrap_or(false);// TODO(#3): Use 64-bit chunk on 32-bit targets with 64-bit instructions.
if use64 {println!("cargo:rustc-cfg=byte_set_chunk_64");}}