This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Don't use SSE4_2 instructions on Intel Silvermont Micro Architecture.


I tested with ~, there was a misprint.

+             __cpu_features.cpuid[COMMON_CPUID_INDEX_1].ecx &= ~bit_SSE4_2;

I'm not sure that I checked all the functions where there is SSE4_2
version. I will look at strspn/strcspn/strpbr.
Thanks.

--
Liubov Dmitrieva


On Mon, Jun 17, 2013 at 7:45 PM, Andreas Schwab <schwab@suse.de> wrote:
> Dmitrieva Liubov <liubov.dmitrieva@gmail.com> writes:
>
>> +             __cpu_features.cpuid[COMMON_CPUID_INDEX_1].ecx &= !bit_SSE4_2;
>
> That obviously won't do the right thing.  How did you test it?
>
> Andreas.
>
> --
> Andreas Schwab, SUSE Labs, schwab@suse.de
> GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE  1748 E4D4 88E3 0EEA B9D7
> "And now for something completely different."


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]