commit | e024e881bb1a8b5085026589360d26ed97acdd64 | [log] [tgz] |
---|---|---|
author | Aurelien Jarno <aurelien@aurel32.net> | Thu Jan 06 15:38:19 2011 +0100 |
committer | Aurelien Jarno <aurelien@aurel32.net> | Thu Jan 06 16:29:42 2011 +0100 |
tree | f37ab16c33ab3d7db622ee67191bb48b5701cbd0 | |
parent | 084d19ba718a08d434dc44a83ff01f3152d59635 [diff] |
target-ppc: Implement correct NaN propagation rules Implement the correct NaN propagation rules for PowerPC targets by providing an appropriate pickNaN function. Also fix the #ifdef tests for default NaN definition, the correct name is TARGET_PPC instead of TARGET_POWERPC. Reviewed-by: Nathan Froyd <froydnj@codesourcery.com> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>