D issues are now tracked on GitHub. This Bugzilla instance remains as a read-only archive.
Issue 20636 - Support the RDSEED instruction in asm blocks
Summary: Support the RDSEED instruction in asm blocks
Status: RESOLVED FIXED
Alias: None
Product: D
Classification: Unclassified
Component: dmd (show other issues)
Version: D2
Hardware: x86_64 All
: P1 enhancement
Assignee: No Owner
URL:
Keywords: pull
Depends on:
Blocks:
 
Reported: 2020-03-05 02:38 UTC by Nathan S.
Modified: 2020-03-05 04:13 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description Nathan S. 2020-03-05 02:38:43 UTC
Allow the RDSEED instruction in asm blocks.

https://www.felixcloutier.com/x86/rdseed
Comment 1 Dlang Bot 2020-03-05 02:41:13 UTC
@n8sh created dlang/dmd pull request #10865 "Fix Issue 20636 - Support the RDSEED instruction in asm blocks" fixing this issue:

- Fix Issue 20636 - Support the RDSEED instruction in asm blocks

https://github.com/dlang/dmd/pull/10865
Comment 2 Dlang Bot 2020-03-05 04:13:39 UTC
dlang/dmd pull request #10865 "Fix Issue 20636 - Support the RDSEED instruction in asm blocks" was merged into master:

- a854e1860952cae7500f0f603dfc5c9ec099ada5 by Nathan Sashihara:
  Fix Issue 20636 - Support the RDSEED instruction in asm blocks

https://github.com/dlang/dmd/pull/10865