For the 3d part of the patch there was a misprint in estimated
constant. It should be 1.7 instead of 1.8.
-         retval = (retval * 18) / 10;
+         retval = (retval * 17) / 10;

Bootstarp passed.

On Wed, Apr 16, 2014 at 12:02 PM, Uros Bizjak <ubiz...@gmail.com> wrote:
> On Tue, Apr 15, 2014 at 6:12 PM, Evgeny Stupachenko <evstu...@gmail.com> 
> wrote:
>> 3d part:
>>
>> 2014-04-15  Evgeny Stupachenko  <evstu...@gmail.com>
>>
>>         * config/i386/i386.c (x86_add_stmt_cost): Fixing vector cost model 
>> for
>>         Silvermont.
>
> ... : Fix vector cost ...
>
> OK for mainline with the above ChangeLog fix.
>
> Thanks,
> Uros.

Reply via email to