Skip to documentation
SLOP

tiny.gpu.artifactFormatIsNativeCpu

Reference tiny.gpu artifactFormatIsNativeCpu

Defined in contract.

Called byCallsNo direct callstest sourcelib.gpu.src.contracttest: backend contract keeps native c...contractartifactFormatIsNativeCpu
Static calls · unresolved targets: 0 · external targets: 0.

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

Definitions1
Public names2
Members0
Version26.7.0
Revisiondaab053ee433