4.6.23. #pragma softfp_linkage, #pragma no_softfp_linkage

These pragmas control software floating-point linkage.

#pragma softfp_linkage asserts that all function declarations up to the next #pragma no_softfp_linkage describe functions that use software floating-point linkage.

Note

This pragma has the keyword equivalent __softfp.

Usage

This pragma can be useful when applied to an entire interface specification, located in the header file, without altering that file.

Default

The default is #pragma no_softfp_linkage.

See also

Copyright © 2007-2010 ARM. All rights reserved.ARM DUI 0348C
Non-ConfidentialID101213