gcc 4.4 seems to be when they added int128_t and
I need to use bit shifting and I have run out of room for some bit fields.
Edit: it might be because I'm on 32 bit computer, there's no way to have it for a 32 bit pc(atom), is there? I wouldn't care if it generated tricky slow machine code if I would work as expected with bitshifting.
P.S. Although the question is still interesting I found that I misinterpreted the compiler warning and did not need 128 bit types.