This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] RDSEED-builtin Description Fix
- From: Jakub Jelinek <jakub at redhat dot com>
- To: Michael Zolotukhin <michael dot v dot zolotukhin at gmail dot com>
- Cc: gcc-patches at gcc dot gnu dot org, Kirill Yukhin <kirill dot yukhin at gmail dot com>
- Date: Fri, 10 Aug 2012 08:54:54 +0200
- Subject: Re: [PATCH] RDSEED-builtin Description Fix
- References: <CANtU078bkBSozXSdVybEAa0MqEmt4X7VVdUyFsS7YG+piL+g4Q@mail.gmail.com>
- Reply-to: Jakub Jelinek <jakub at redhat dot com>
On Fri, Aug 10, 2012 at 10:52:03AM +0400, Michael Zolotukhin wrote:
> Hi,
> Here is an obvious fix for a mistake in description of
> __builtin_ia32_rdseed_di_step.
> Bootstrap and rdseed-* tests are ok.
>
> Ok for commit to trunk?
Yes.
> Changelog entry:
> 2012-08-10 Michael Zolotukhin <michael.v.zolotukhin@intel.com>
>
> * config/i386/i386.c (ix86_init_mmx_sse_builtins): Fix description of
> __builtin_ia32_rdseed_di_step.
Jakub