[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 14:36:54 PDT 2017


weimingz updated this revision to Diff 93950.
weimingz added a comment.

Change to `HAS_80_BIT_LONG_DOUBLE` just like other tests.
Also, if HAS_80_BIT_LONG_DOUBLE is not defined, we can set it if CRT_HAS_128BIT && __LDBL_MANT_DIG__ == 64. So even if the build doesn't specify it, the test won't be skipped by mistake.


https://reviews.llvm.org/D31573

Files:
  lib/builtins/int_types.h
  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.93950.patch
Type: text/x-patch
Size: 3478 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170403/bc322c78/attachment.bin>


More information about the llvm-commits mailing list