[compiler-rt] r231965 - Refactor float to integer conversion to share the same code.

Ed Maste emaste at freebsd.org
Thu Mar 12 17:29:40 PDT 2015


On 11 March 2015 at 17:13, Joerg Sonnenberger <joerg at bec.de> wrote:
> Author: joerg
> Date: Wed Mar 11 16:13:56 2015
> New Revision: 231965
>
> URL: http://llvm.org/viewvc/llvm-project?rev=231965&view=rev
...
> +#include "fp_fixuint_impl.inc"
> +
> +COMPILER_RT_ABI di_int
> +__fixtfdi(fp_t a) {
> +    return __fixint(a);

It looks like three of these had cut-and-paste int / uint disagreement
which I hope I've fixed correctly in r232107; please take a look.

-Ed



More information about the llvm-commits mailing list