Takes advantage of simpler alignment restrictions for copying floating point data.
#pragma gprfloatcopy on | off | reset
When this pragma is on , the compiler uses integer load and store instructions for memory-to-memory assignments for objects of type double and float , which improves the speed of memory-to-memory assignments of unaligned floating-point data. When this pragma is off , the compiler issues floating-point load and store instructions instead.