Niels Dekker 4ab32e2de2 Allow implicit conversion from bfloat16 to float and double
Conversion from `bfloat16` to `float` and `double` is lossless. It seems natural to allow the conversion to be implicit, as the C++ language also support implicit conversion from a smaller to a larger floating point type.

Intel's OneDLL bfloat16 implementation also has an implicit `operator float()`: https://github.com/oneapi-src/oneDNN/blob/v1.5/src/common/bfloat16.hpp
2020-07-11 13:32:28 +02:00
..
2020-07-09 19:52:44 +00:00
2018-09-18 04:15:01 -04:00
2018-03-11 10:01:44 -04:00
2019-02-19 14:00:15 +01:00
2017-03-07 11:25:58 +01:00
2019-09-03 00:50:51 +02:00
2019-05-23 15:31:12 +02:00