digitalmars.D - Walter: could you please add rotl and rotr to the intrinsics?
- kris <foo bar.com> Jun 21 2006
- Walter Bright <newshound digitalmars.com> Jun 22 2006
- kris <foo bar.com> Jun 22 2006
Would make encyption code notably more efficient if you'd add these two.
Jun 21 2006
kris wrote:Would make encyption code notably more efficient if you'd add these two.
I'll add it to the list of things to do (it isn't trivial to add intrinsics).
Jun 22 2006
Walter Bright wrote:kris wrote:Would make encyption code notably more efficient if you'd add these two.
I'll add it to the list of things to do (it isn't trivial to add intrinsics).
Thx
Jun 22 2006








kris <foo bar.com>