Developer Reference for Intel® oneAPI Math Kernel Library for Fortran

ID 766686
Date 11/07/2023
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

?lamc3

Called from ?lamc1-?lamc5. Intended to force a and b to be stored prior to doing the addition of a and b.

Syntax

val = slamc3( a, b )

val = dlamc3( a, b )

Include Files

  • mkl.fi

Description

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.

Input Parameters

a, b

REAL for slamc3

DOUBLE PRECISION for dlamc3

The values a and b.

Output Parameters

val

REAL for slamc3

DOUBLE PRECISION for dlamc3

The result of adding values a and b.