Walter Bright Wrote: > You know, the unimplemented 128 bit integer types. > > Does anyone have a use for these? Well the only uses I can think of, I'd prefer an unlimited-size big integer struct anyway... Since they can't be operated on in registers (at least in x86), their value seems limited.