Displaying 3 results from an estimated 3 matches for "852db12c".
2005 Apr 29
1
[LLVMdev] Floating point instructions patch
...look over it and see if there are some more changes you'd like
me to make before you can commit it...
m.
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: fpinst2.patch
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20050429/852db12c/attachment.ksh>
2005 Apr 28
0
[LLVMdev] Floating point instructions patch
On Thu, 28 Apr 2005, Morten Ofstad wrote:
> I have been gone for a while, finishing work on my Master's thesis...
Hi Morten, congrats! :)
> Now that I'm back I updated LLVM to the most recent version and found
> that my FP_ABS SelectionDAGNode type and code generation was now
> conflicting with the new FABS node type. I brought the rest of my local
> modifications in
2005 Apr 28
3
[LLVMdev] Floating point instructions patch
Hello,
I have been gone for a while, finishing work on my Master's thesis... Now that I'm back I updated LLVM to the most
recent version and found that my FP_ABS SelectionDAGNode type and code generation was now conflicting with the new FABS
node type. I brought the rest of my local modifications in line with the FABS implementation, so here is my patch that
includes sqrt, sin and cos