Developer Reference for Intel® oneAPI Math Kernel Library for Fortran
A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: GUID-B496ACBE-C111-497B-9C55-1B8840C6FFE8
Visible to Intel only — GUID: GUID-B496ACBE-C111-497B-9C55-1B8840C6FFE8
?lamc3
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 )
- mkl.fi
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.
- a, b
-
REAL for slamc3
DOUBLE PRECISION for dlamc3
The values a and b.
- val
-
REAL for slamc3
DOUBLE PRECISION for dlamc3
The result of adding values a and b.