[Bug target/29969] should use floating point registers for block copies
marc dot mengel at gmail dot com
gcc-bugzilla@gcc.gnu.org
Thu Jun 10 16:43:00 GMT 2010
------- Comment #2 from marc dot mengel at gmail dot com 2010-06-10 16:43 -------
This could be a disaster if floating point exceptions are enabled, as it would
trigger an exception whenever some part of the block was an invalid floating
point number.
One would at least need to save/restore the floating point exception flags
around such a block copy.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29969
More information about the Gcc-bugs
mailing list