Fixed issue #19, fixed -0.0 with half

This commit is contained in:
Christophe Riccio 2012-12-16 21:54:54 +01:00
parent 8a291a9dc2
commit 443f62bb08

View File

@ -155,7 +155,7 @@ namespace detail
// We convert f to a half zero. // We convert f to a half zero.
// //
return 0; return hdata(s);
} }
// //