Skip to documentation
SLOP

tiny.simd.exp2

Reference tiny.simd exp2

Defined in math.

Called byCallsfastmathfastExp2fastmathfastExp2Normaltest sourcelib.simd.src.mathtest: Highway contributed elementary ...test sourcelib.simd.src.mathtest: Highway contributed math sample...private sourcelib.simd.src.mathrequireFloatmathexp2
Static calls · unresolved targets: 0 · external targets: 0.

Source

Source: lib/simd/src/math.zig:85

zig
pub fn exp2(comptime D: type, value: D.Vector) D.Vector {    requireFloat(D.Lane);    return @exp2(value);}

Source: lib/simd/src/root.zig:417

zig
pub const exp2 = math.exp2;

Audit

Definitions1
Public names2
Members0
Version26.7.0
Revisiondaab053ee433