Fixed half to float implicit cast

This commit is contained in:
Christophe Riccio 2011-05-07 14:59:03 +01:00
parent 67e504e40b
commit e4792b6f4d

View File

@ -256,7 +256,7 @@ namespace detail
inline thalf::operator float() const inline thalf::operator float() const
{ {
return toFloat(); return toFloat32(this->data);
} }
//inline half::operator double() //inline half::operator double()