[PATCH] [COMPILER-RT] Implement __divtf3

GuanHong Liu koviankevin at hotmail.com
Mon Jun 16 01:08:05 PDT 2014


Sorry for leaving this hanging so long.
I just refered the double-pecision version(i.e, divdf3) to write this function
Since it used 32-bit instead of the highest 8-bit in divdf3, I used 64-bit constant here.

http://reviews.llvm.org/D2800






More information about the llvm-commits mailing list