罗勇刚(Yonggang Luo)
2009-Aug-09 12:12 UTC
[LLVMdev] function abs doesn't support 64bit integer, so i add a fuction
I add a function abs64 to support abs for 64 bit integer -- 此致 礼 罗勇刚 Yours sincerely, Yonggang Luo -------------- next part -------------- A non-text attachment was scrubbed... Name: llvmabsfault.patch Type: application/octet-stream Size: 800 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090809/0d1aa27d/attachment.obj>
Benjamin Kramer
2009-Aug-09 22:39 UTC
[LLVMdev] function abs doesn't support 64bit integer, so i add a fuction
Am 09.08.09 14:12, schrieb 罗勇刚(Yonggang Luo) :> I add a function abs64 to support abs for 64 bit integerWe already have a abs64 function in MathExtras.h so there's no need to reimplement it. I've applied your change with here: http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20090803/083984.html
Dale Johannesen
2009-Aug-10 16:52 UTC
[LLVMdev] function abs doesn't support 64bit integer, so i add a fuction
On Aug 9, 2009, at 5:12 AMPDT, 罗勇刚(Yonggang Luo) wrote:> I add a function abs64 to support abs for 64 bit integerThere already is one in MathExtras.h> > -- > 此致 > 礼 > 罗勇刚 > Yours > sincerely, > Yonggang Luo-------------- next part -------------- A non-text attachment was scrubbed... Name: llvmabsfault.patch Type: application/octet-stream Size: 800 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090810/4b3a41a5/attachment.obj> -------------- next part --------------> _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
Possibly Parallel Threads
- [LLVMdev] Compiler error: LoopStrengthReduce.cpp
- [LLVMdev] patch for type unmatch warning at msvc
- [LLVMdev] Compiler error: LoopStrengthReduce.cpp
- [LLVMdev] Hi, people, I propose to move Debug and Object File related headers out of Support
- [LLVMdev] Summer of Code ideas