gcc 4.3.0 i386 default question

Andrew Pinski pinskia@gmail.com
Wed Mar 12 17:03:00 GMT 2008


On Wed, Mar 12, 2008 at 9:09 AM, Joel Sherrill
<joel.sherrill@oarcorp.com> wrote:

>
>   10022a:       f2 0f 10 c0             movsd  %xmm0,%xmm0
>
>  Is there any way to skip these tests for particular HW features
>  that are not present?  There are similar failures on the PowerPC
>  target I use for reporting because it doesn't have Altivec.
>
>  Thanks.  Sorry for the bogus question.

These testcases are trying to check at runtime you have SSE2 or VMX support but
it looks like you don't have signal support so they are failing.

-- Pinski



More information about the Gcc mailing list