commit | 6aae3df15dc31f3635efe6e4d4605a6f16888a1b | [log] [tgz] |
---|---|---|
author | Peter Maydell <peter.maydell@linaro.org> | Mon Mar 14 15:37:13 2011 +0000 |
committer | Aurelien Jarno <aurelien@aurel32.net> | Tue Mar 22 07:59:07 2011 +0100 |
tree | 12d7b40ab2dc9fef43bc3bf0b08917d1eb712316 | |
parent | dda3ec490cf6a5927a9c6829654481101bfeda61 [diff] |
target-arm: use make_float32() to make constant floats for VRSQRTS The preferred way to create a constant floating point value is to use make_float32() rather than doing a runtime int32_to_float32(). Convert the code in the VRSQRTS helper to work this way. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>