August 21, 2012 [dmd-internals] Inline assembler: Pause instruction | ||||
---|---|---|---|---|
| ||||
Hi,
I don't really understand why the inline assembler doesn't support the pause instruction.
I know it's just an alias and that rep nop will do the same thing, but considering it's part of the Intel manual and most other assemblers support it today, is there really a good reason to not support it for consistency and compliance with the manual?
Regards,
Alex
_______________________________________________
dmd-internals mailing list
dmd-internals@puremagic.com
http://lists.puremagic.com/mailman/listinfo/dmd-internals
|
August 21, 2012 Re: [dmd-internals] Inline assembler: Pause instruction | ||||
---|---|---|---|---|
| ||||
Posted in reply to Alex Rønne Petersen | On 8/21/2012 12:55 AM, Alex Rønne Petersen wrote: > > I don't really understand why the inline assembler doesn't support the > pause instruction. It simply never came up. > > I know it's just an alias and that rep nop will do the same thing, but > considering it's part of the Intel manual and most other assemblers > support it today, is there really a good reason to not support it for > consistency and compliance with the manual? > No. _______________________________________________ dmd-internals mailing list dmd-internals@puremagic.com http://lists.puremagic.com/mailman/listinfo/dmd-internals |
Copyright © 1999-2021 by the D Language Foundation