This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC 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: gcc 4.3.0 i386 default question


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


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