Handbook
Glossary
(simd-vfma) ( a b c rep -- d )
Vocabulary
math
.
vectors
.
simd
.
intrinsics
Inputs
a
an
object
b
an
object
c
an
object
rep
an
object
Outputs
d
an
object
Definition
USING:
accessors
cpu.architecture
kernel
math.libm
math.vectors.simd.intrinsics.private
sequences
;
IN:
math.vectors.simd.intrinsics
::
(simd-vfma)
( a b c rep -- d )
a rep
fma-rep-array
b rep
fma-rep-array
c rep
fma-rep-array
rep
float-4-rep
eq?
[
[
ffmaf
]
rep
<rep-array>
3map-as
]
[
[
ffma
]
rep
<rep-array>
3map-as
]
if
underlying>>
;