Fixed issue #19, fixed -0.0 with half
This commit is contained in:
parent
8a291a9dc2
commit
443f62bb08
@ -155,7 +155,7 @@ namespace detail
|
||||
// We convert f to a half zero.
|
||||
//
|
||||
|
||||
return 0;
|
||||
return hdata(s);
|
||||
}
|
||||
|
||||
//
|
||||
|
Loading…
Reference in New Issue
Block a user