Why does VC++ have an __int128 type but no way to use it? Apparently there are no official references to it at all. If I try to use it, it gives me errors about it not being used in the correct architecture.
What is it for, and is there any way I can use it? I'm just curios. I can easily use a bignum library (and I am).