__stfiw, __builtin_ppc_stfiw

Purpose

Store Floating Point as Integer Word

Stores the contents of the loworder 32 bits of value, without conversion, into the word in storage addressed by addr.

Prototype

void __builtin_ppc_stfiw (const int* addr, double value);

void __stfiw (const int* addr, double value);

Note:
  • The built-in function in the form of __name is a synonym of the built-in function in the form of __builtin_ppc_name.
  • The built-in function in the form of __name is provided for compatibility with IBM® XL C/C++ for AIX® 16.1.0 or earlier releases. This built-in function form might be deprecated in the future.