commit | 66176802960ad1f7c3d061d17b784088c2e28d59 | [log] [tgz] |
---|---|---|
author | Max Filippov <jcmvbkbc@gmail.com> | Wed Sep 19 04:23:50 2012 +0400 |
committer | Blue Swirl <blauwirbel@gmail.com> | Sat Sep 22 17:59:12 2012 +0000 |
tree | fc4a4b0f11fd7a3dfd2e69ae2719fda13993c398 | |
parent | e809c0dc70522cba07dc2f16f677d1adf01523fc [diff] |
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>