tiny.simd.isIntegerLane
Defined in tag.
Source
Source: lib/simd/src/tag.zig:360
zig
pub fn isIntegerLane(comptime T: type) bool { return switch (@typeInfo(T)) { .int => |info| info.bits == 8 or info.bits == 16 or info.bits == 32 or info.bits == 64, else => false, };}Source: lib/simd/src/root.zig:191
zig
pub const isIntegerLane = tag.isIntegerLane;Audit
| Definitions | 1 |
|---|---|
| Public names | 2 |
| Members | 0 |
| Version | 26.7.0 |
| Revision | daab053ee433 |