]> Git Repo - qemu.git/commit
target-arm/neon_helper.c: Use make_float32/float32_val macros
authorPeter Maydell <[email protected]>
Fri, 11 Mar 2011 08:12:21 +0000 (08:12 +0000)
committerAurelien Jarno <[email protected]>
Sun, 3 Apr 2011 15:04:13 +0000 (17:04 +0200)
commit51d852672cb8536c541ed5b1dc4ee8f989a96cd7
treef604e39e53d462cc99f012a2e678debbd4f99a57
parent1056c02b7b1a3daa3765a6b599800a453ee96c5f
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 <[email protected]>
Reviewed-by: Nathan Froyd <[email protected]>
Signed-off-by: Aurelien Jarno <[email protected]>
target-arm/neon_helper.c
This page took 0.025811 seconds and 4 git commands to generate.