tiny.gpu.artifactFormatIsNativeCpu
Defined in contract.
Source
Source: lib/gpu/src/contract.zig:108
zig
pub fn artifactFormatIsNativeCpu(format: ArtifactFormat) bool { return switch (format) { .cpu_machine_code, .cpu_object => true, else => false, };}Source: lib/gpu/src/root.zig:40
zig
pub const artifactFormatIsNativeCpu = contract.artifactFormatIsNativeCpu;Audit
| Definitions | 1 |
|---|---|
| Public names | 2 |
| Members | 0 |
| Version | 26.7.0 |
| Revision | daab053ee433 |