softfloat: make float_muladd_negate_* flags independent
commit66176802960ad1f7c3d061d17b784088c2e28d59
authorMax Filippov <jcmvbkbc@gmail.com>
Wed, 19 Sep 2012 00:23:50 +0000 (19 04:23 +0400)
committerBlue Swirl <blauwirbel@gmail.com>
Sat, 22 Sep 2012 17:59:12 +0000 (22 17:59 +0000)
treefc4a4b0f11fd7a3dfd2e69ae2719fda13993c398
parente809c0dc70522cba07dc2f16f677d1adf01523fc
softfloat: make float_muladd_negate_* flags independent

Flags passed into float{32,64}_muladd are treated as bits; assign
independent bits to float_muladd_negate_* to allow precise control over
what gets negated in float{32,64}_muladd.

Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Reviewed-by: Aurelien Jarno <aurelien@aurel32.net>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
fpu/softfloat.h