tiny.simd.haveThreadingSupport
Defined in tiny.simd.
Source
Source: lib/simd/src/topology/native.zig:29
zig
pub fn haveThreadingSupport() bool { if (comptime builtin.target.os.tag == .emscripten) { return wasm.haveThreadingSupport(); } return if (comptime builtin.target.cpu.arch.isWasm()) !builtin.single_threaded else true;}Source: lib/simd/src/root.zig:94
zig
pub const haveThreadingSupport = topology.haveThreadingSupport;Also reachable as
topology.haveThreadingSupport.
Audit
| Definitions | 1 |
|---|---|
| Public names | 2 |
| Members | 0 |
| Version | 26.7.0 |
| Revision | daab053ee433 |