tiny.simd.WrapRowUnchanged
Defined in image.
API (1)
Actions
Public operations.
Source
Source: lib/simd/src/image/root.zig:597
zig
pub const WrapRowUnchanged = struct { pub fn call(_: WrapRowUnchanged, row: [*]const f32, _: i64) [*]const f32 { return row; }};Source: lib/simd/src/root.zig:531
zig
pub const WrapRowUnchanged = image.WrapRowUnchanged;Audit
| Definitions | 2 |
|---|---|
| Public names | 4 |
| Members | 0 |
| Version | 26.7.0 |
| Revision | daab053ee433 |