[PATCH] D31573: [Builtins] Add IEEE 754 support for __fixunsxfti
Weiming Zhao via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Apr 1 16:33:48 PDT 2017
weimingz created this revision.
Herald added a subscriber: aemerson.
AArch64 uses __fp128 (i.e. IEEE 754 quad precision floating type representation.
Existing __fixunsxfti only assumes Intel 80-bit encoding.
This patch address PR 32260 (https://bugs.llvm.org//show_bug.cgi?id=32260)
https://reviews.llvm.org/D31573
Files:
lib/builtins/fixunsxfti.c
test/builtins/Unit/fixunsxfti_test.c
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D31573.93756.patch
Type: text/x-patch
Size: 4362 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170401/c91941cc/attachment.bin>
More information about the llvm-commits
mailing list