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