Fix the path to cdsl/types.py in a comment.
This commit is contained in:
@@ -24,7 +24,7 @@ pub struct Type(u8);
|
|||||||
/// Not a valid type. Can't be loaded or stored. Can't be part of a SIMD vector.
|
/// Not a valid type. Can't be loaded or stored. Can't be part of a SIMD vector.
|
||||||
pub const INVALID: Type = Type(0);
|
pub const INVALID: Type = Type(0);
|
||||||
|
|
||||||
/// Start of the lane types. See also `meta-python/cdsl.types.py`.
|
/// Start of the lane types. See also `meta-python/cdsl/types.py`.
|
||||||
const LANE_BASE: u8 = 0x70;
|
const LANE_BASE: u8 = 0x70;
|
||||||
|
|
||||||
/// Start of the 2-lane vector types.
|
/// Start of the 2-lane vector types.
|
||||||
|
|||||||
Reference in New Issue
Block a user