[PATCH] D31573: [Builtins] Add IEEE 754 support for __fixunsxfti

Weiming Zhao via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 3 12:28:04 PDT 2017


weimingz updated this revision to Diff 93913.
weimingz edited the summary of this revision.
weimingz added a comment.

I guess `HAS_80_BIT_LONG_DOUBLE` is passed as some build-time flags. I can't find it anywhere in the compiler-rt source tree that defines it.

I think we should guard it by checking "__LDBL_MANT_DIG__".


https://reviews.llvm.org/D31573

Files:
  test/builtins/Unit/fixunsxfti_test.c
  test/builtins/Unit/fixxfti_test.c
  test/builtins/Unit/floattixf_test.c
  test/builtins/Unit/floatuntixf_test.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D31573.93913.patch
Type: text/x-patch
Size: 3159 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170403/313d7ef3/attachment.bin>


More information about the llvm-commits mailing list