www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - Re: 128 bit signed and unsigned integer types

reply Jason House <jason.james.house gmail.com> writes:
Walter Bright Wrote:

 You know, the unimplemented 128 bit integer types.
 
 Does anyone have a use for these?

If that means bitwise operations on them would optimize to SSE instructions, then I would love to see them.
Dec 28 2008
parent Weed <resume755 mail.ru> writes:
Jason House пишет:
 Walter Bright Wrote:
 
 You know, the unimplemented 128 bit integer types.

 Does anyone have a use for these?

If that means bitwise operations on them would optimize to SSE instructions, then I would love to see them.

Why it is impossible to use for the description "128 bit int" structure and an assembly insertion for operations over it?
Dec 28 2008