Intel® oneAPI Math Kernel Library Developer Reference - Fortran
Called from ?lamc1-?lamc5. Intended to force a and b to be stored prior to doing the addition of a and b.
val = slamc3( a, b )
val = dlamc3( a, b )
The routine is intended to force A and B to be stored prior to doing the addition of A and B, for use in situations where optimizers might hold one of these in a register.
REAL for slamc3
DOUBLE PRECISION for dlamc3
The values a and b.
REAL for slamc3
DOUBLE PRECISION for dlamc3
The result of adding values a and b.