?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

The FORTRAN 77 interfaces are specified in the mkl_lapack.fi include file (to be used in Fortran programs) and in the mkl_lapack.h include file (to be used in C programs).

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.


Submit feedback on this help topic

Copyright © 1994 - 2011, Intel Corporation. All rights reserved.