[build] Use the Rust-generated types files in place of the Python one;
This commit is contained in:
committed by
Dan Gohman
parent
8d7538049c
commit
17e88ed1c5
@@ -30,7 +30,7 @@ const LANE_BASE: u8 = 0x70;
|
||||
/// Start of the 2-lane vector types.
|
||||
const VECTOR_BASE: u8 = LANE_BASE + 16;
|
||||
|
||||
// Include code generated by `lib/codegen/meta-python/gen_types.py`. This file contains constant
|
||||
// Include code generated by `lib/codegen/meta/gen_types.rs`. This file contains constant
|
||||
// definitions for all the scalar types as well as common vector types for 64, 128, 256, and
|
||||
// 512-bit SIMD vectors.
|
||||
include!(concat!(env!("OUT_DIR"), "/types.rs"));
|
||||
|
||||
Reference in New Issue
Block a user