Tags: Alexhuszagh/float16
Tags
Add lossless `TryFrom` implementations. This adds `from_f*_lossless` functions, which then are implemented as `TryFrom`, which will only return values if they can fully roundtrip. Related to starkat99#90
Default to not using intrinsics when they would be lossy. Related to starkat99#116
Default to not using intrinsics when they would be lossy. Related to starkat99#116