[build] Use the Rust-generated types files in place of the Python one;

This commit is contained in:
Benjamin Bouvier
2018-10-16 16:47:06 +02:00
committed by Dan Gohman
parent 8d7538049c
commit 17e88ed1c5
4 changed files with 2 additions and 68 deletions

View File

@@ -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"));