This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
128 bit integers support in gcc
- From: Evelina Dumitrescu <evelina_dumitrescu at yahoo dot com>
- To: "gcc-help at gcc dot gnu dot org" <gcc-help at gcc dot gnu dot org>
- Date: Thu, 23 Oct 2014 02:36:15 -0700
- Subject: 128 bit integers support in gcc
- Authentication-results: sourceware.org; auth=none
- Reply-to: Evelina Dumitrescu <evelina_dumitrescu at yahoo dot com>
Hi,
I am working on a C/C++ networking project and I want to find an efficient way to store an IPv6 address. So far, I have thought on int128_t/uint128_t or __int128_t.
I would like to know from which version of gcc are this types suported , for which platforms(especially IA-32/IA-64) and also if there are any known bugs.
Thank you,
Evelina