Find a file
bors fcdae341f2 Auto merge of #229 - paoloteti:extend, r=alexcrichton
Add generic conversion from a narrower to a wider FP type

Add `extend` module to implement conversion from a narrower to a wider floating-point type.

This implementation is only intended to support *widening* operations.
Module to convert a *narrower* floating-point will be added in the future.
2018-02-08 21:55:46 +00:00
library/compiler-builtins Add generic conversion from a narrower to a wider FP type 2018-02-08 18:20:45 +01:00