commit | 51d852672cb8536c541ed5b1dc4ee8f989a96cd7 | [log] [tgz] |
---|---|---|
author | Peter Maydell <peter.maydell@linaro.org> | Fri Mar 11 08:12:21 2011 +0000 |
committer | Aurelien Jarno <aurelien@aurel32.net> | Sun Apr 03 17:04:13 2011 +0200 |
tree | f604e39e53d462cc99f012a2e678debbd4f99a57 | |
parent | 1056c02b7b1a3daa3765a6b599800a453ee96c5f [diff] |
target-arm/neon_helper.c: Use make_float32/float32_val macros Use the softfloat make_float32 and float32_val macros to convert between softfloat's float32 type and raw uint32_t types, rather than private conversion functions. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Nathan Froyd <froydnj@codesourcery.com> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>