[Issue 6829] Unsigned rotate standard function in Phobos

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Jul 14 10:28:09 PDT 2013


http://d.puremagic.com/issues/show_bug.cgi?id=6829



--- Comment #39 from Iain Buclaw <ibuclaw at ubuntu.com> 2013-07-14 10:28:05 PDT ---
(In reply to comment #38)
> (In reply to comment #37)
> 
> > gdc 4.9.0 20130707 - produces rol/ror instructions.
> > gdc 4.9.0 20130616 - produces rol/ror instructions.
> > gdc 4.9.0 20130505 - produces shl/shr instructions.
> 
> I am changing my mind, maybe now I want rol/ror _intrinsics_ in core.bitop...
> :-)

core.bitop might be a good idea... then I could map the functions to gcc's
builtin lrotate and rrotate expressions. :o)

Slightly off the mark, but could also do vector rotate intrinsics too...

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list