#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.

Show/hideUsage

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

Show/hideDefault

The default is #pragma no_softfp_linkage.

Show/hideSee also

Copyright © 2007-2008, 2011 ARM. All rights reserved.ARM DUI 0376C
Non-ConfidentialID061811