http://qs321.pair.com?node_id=180352


in reply to Re^3: A better mod (%) operator?
in thread A better mod (%) operator?

Saw that too. Begs the question: Why does it exist?

Replies are listed 'Best First'.
Re: Re: Re^3: A better mod (%) operator?
by theorbtwo (Prior) on Jul 09, 2002 at 17:35 UTC

    Because it's one wicked cool hack to be able to write perl with inline assembler. The biggest problem is that the asm isn't portable between threaded and nonthreaded versions of the same version and arch of perl.


    We are using here a powerful strategy of synthesis: wishful thinking. -- The Wizard Book

Re^5: A better mod (%) operator?
by tadman (Prior) on Jul 09, 2002 at 16:51 UTC
    For those occasions when you've got to do what you've got to do, probably. There are some things you just can't do in C alone, though they are rare.