On Thu, Aug 12, 2010 at 10:02 AM, Mathieu Lacage <mathieu.lac...@sophia.inria.fr> wrote: > On Thu, 2010-08-12 at 09:54 +0200, Andrea Canciani wrote: >> (I would *really* love if int128_t was actually available!) > > It's available on most 64bit systems (at least x86_64) with gcc as > __int128_t and __uint128_t. I use this: > > #if defined(HAVE___UINT128_T) and !defined(HAVE_UINT128_T) > typedef __uint128_t uint128_t; > typedef __int128_t int128_t; > #endif If we can't assume that we have a (fast) FPU, we probably can't assume that we are on a 64 bits architecture (even less on x86_64). :( Andrea _______________________________________________ Pixman mailing list Pixman@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/pixman
- Re: [Pixman] [cairo] Floating point API in Pixman Soeren Sandmann
- Re: [Pixman] [cairo] Floating point API in Pixman Krzysztof Kosiński
- Re: [Pixman] [cairo] Floating point API in Pi... Arjen Nienhuis
- Re: [Pixman] [cairo] Floating point API i... Krzysztof Kosiński
- Re: [Pixman] [cairo] Floating point API i... Andrea Canciani
- Re: [Pixman] [cairo] Floating point A... Mathieu Lacage
- Re: [Pixman] [cairo] Floating po... Andrea Canciani
- Re: [Pixman] [cairo] Floatin... Chris Wilson
- Re: [Pixman] [cairo] Floatin... Mathieu Lacage
- Re: [Pixman] [cairo] Floatin... Soeren Sandmann
- Re: [Pixman] [cairo] Flo... Jean-Claude Repetto
- Re: [Pixman] [cairo] Flo... Jonathan Morton
- Re: [Pixman] [cairo] Flo... Koen Kooi
- Re: [Pixman] [cairo] Flo... Siarhei Siamashka
- Re: [Pixman] [cairo] Flo... Jonathan Morton
- Re: [Pixman] [cairo] Flo... Krzysztof Kosiński
- Re: [Pixman] [cairo] Flo... Soeren Sandmann