commit | d6c424c56e0e9064448d04c271625c8ac696ae50 | [log] [tgz] |
---|---|---|
author | Aurelien Jarno <aurelien@aurel32.net> | Sun Apr 10 21:09:12 2011 +0200 |
committer | Aurelien Jarno <aurelien@aurel32.net> | Tue Apr 12 21:51:50 2011 +0200 |
tree | 0eb43e991581e086c3bf495f5a9175c453d87e6b | |
parent | d2fbca94223ef573a67d4eb2f27509a9bbb85ca1 [diff] |
target-sh4: get rid of CPU_{Float,Double}U SH4 is always using softfloat, so it's possible to have helpers directly taking float32 or float64 value. This allow to get rid of conversions through CPU_{Float,Double}U. Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>