[LLVMdev] Tail-calling

Eli Friedman eli.friedman at gmail.com
Fri Sep 12 10:40:39 PDT 2008


On Fri, Sep 12, 2008 at 7:43 AM, OvermindDL1 <overminddl1 at gmail.com> wrote:
> I am still split on whether I should offer things like a 128-bit
> native integer on 64-bit platforms, when such things would not be
> available on a 32-bit platform, or if I should just go with lowest
> common denominator (just x86) so the code 'just works'...

AFAIK, 128-bit integers should work just fine on x86 with LLVM.

-Eli



More information about the llvm-dev mailing list