luaur_code_gen/macros/
codegen_target_x_64.rs1#[cfg(any(target_arch = "x86_64", target_arch = "x86"))]
2pub const CODEGEN_TARGET_X64: bool = true;
3
4#[cfg(not(any(target_arch = "x86_64", target_arch = "x86")))]
5pub const CODEGEN_TARGET_X64: bool = false;