Transcendential instructions¶
Contents
Introduction¶
Todo
write me
Preparation: pre¶
Todo
write me
presin f32 DST SRC
preex2 f32 DST SRC
Preprocesses a float argument for use in subsequent sin/cos or ex2
operation, respectively.
Sinus/cosinus: sin, cos¶
Todo
write me
sin f32 DST SRC
cos f32 DST SRC
Computes sin(x) or cos(x), needs argument preprocessed by pre.sin.
Base-2 exponential: ex2¶
Todo
write me
ex2 f32 DST SRC
Computes 2**x, needs argument preprocessed by pre.ex2.