On 08/10/2016 12:32 AM, Pranith Kumar wrote:
typedef struct float_status {
+ int float_exception_flags;
signed char float_detect_tininess;
signed char float_rounding_mode;
- signed char float_exception_flags;
Given that there are no flags outside 8 bits, why is this supposed to help? r~
