Hi again,
4 tests fail :

Unit Test: { [ { } ] [ \ int-4 \ fixnum [ = ] check-vector-ops ] }
--> test failed!
Unit Test: { [ { } ] [ \ uint-4 \ fixnum [ = ] check-vector-ops ] }
--> test failed!
Unit Test: { [ { } ] [ \ int-8 \ fixnum [ = ] check-vector-ops ] }
--> test failed!
Unit Test: { [ { } ] [ \ uint-8 \ fixnum [ = ] check-vector-ops ] }
--> test failed!

They all faill with
resource:basis/math/vectors/simd/simd-tests.factor: 173

Unit Test: { [ { } ] [ \ uint-8 \ fixnum [ = ] check-vector-ops ] }

Unix signal #4 (SIGILL)
[Traceback]

The behavior is odd when walking through it in the listener :
Apparently you do many equality tests for each of those failing
unit-tests, and one (not necessarily the first one) will throw that
error. I'm stepping till I get the error, then go back and walk in the
function. If I walk deep enough (namely until [ dup infer define-temp
] with-compilation-unit execute ), this equality test will pass (but
another will throw an error, I don't know how many tests are being
performed).

What other debugging information should I attach ?


On Thu, Sep 24, 2009 at 6:54 AM, Slava Pestov <[email protected]> wrote:
> Hi Jon,
>
> I forgot to mention that you must
>
> "math.vectors.simd" require
>
> first.
>
> Please try again!
>
> Slava
>
> On Wed, Sep 23, 2009 at 9:16 AM, Jon Harper <[email protected]> wrote:
>> Hi, hope this is what you wanted. This is from latest build. My
>> processor is a pentium M. This is with linux-x86.32
>>
>> Checking for multimedia extensions: SSE2 detected
>>
>> ( scratchpad ) "math.vectors.simd" test
>> Loading resource:basis/math/vectors/simd/intrinsics/intrinsics-tests.factor
>> Unit Test: { [ 16 ] [ uchar-16-rep rep-components ] }
>> Unit Test: { [ 16 ] [ char-16-rep rep-components ] }
>> Unit Test: { [ 8 ] [ ushort-8-rep rep-components ] }
>> Unit Test: { [ 8 ] [ short-8-rep rep-components ] }
>> Unit Test: { [ 4 ] [ uint-4-rep rep-components ] }
>> Unit Test: { [ 4 ] [ int-4-rep rep-components ] }
>> Unit Test: { [ 4 ] [ float-4-rep rep-components ] }
>> Unit Test: { [ 2 ] [ double-2-rep rep-components ] }
>> Must Infer As: { { 4 1 } [ uint-4-rep (simd-boa) ] }
>> Must Infer As: { { 4 1 } [ int-4-rep (simd-boa) ] }
>> Must Infer As: { { 4 1 } [ float-4-rep (simd-boa) ] }
>> Must Infer As: { { 2 1 } [ double-2-rep (simd-boa) ] }
>>
>> On Wed, Sep 23, 2009 at 7:19 PM, Slava Pestov <[email protected]> wrote:
>>> On Wed, Sep 23, 2009 at 5:16 AM, Paul Moore <[email protected]> wrote:
>>>> 2009/9/23 Slava Pestov <[email protected]>:
>>>>> In particular I'd be interested if someone with SSE1 and SSE2 would test.
>>>>
>>>> Is it in the Windows binary version yet? (I'm assuming not, as that is
>>>> from the 21st). Once there's a binary with it in I'll test (SSE2) but
>>>> I can't build my own at the moment, sorry.
>>>
>>> No, not yet. There should be one tomorrow.
>>>
>>> Slava
>>>
>>> ------------------------------------------------------------------------------
>>> Come build with us! The BlackBerry&reg; Developer Conference in SF, CA
>>> is the only developer event you need to attend this year. Jumpstart your
>>> developing skills, take BlackBerry mobile applications to market and stay
>>> ahead of the curve. Join us from November 9&#45;12, 2009. Register now&#33;
>>> http://p.sf.net/sfu/devconf
>>> _______________________________________________
>>> Factor-talk mailing list
>>> [email protected]
>>> https://lists.sourceforge.net/lists/listinfo/factor-talk
>>>
>>
>>
>>
>> --
>> Jon Harper
>>
>> ------------------------------------------------------------------------------
>> Come build with us! The BlackBerry&reg; Developer Conference in SF, CA
>> is the only developer event you need to attend this year. Jumpstart your
>> developing skills, take BlackBerry mobile applications to market and stay
>> ahead of the curve. Join us from November 9&#45;12, 2009. Register now&#33;
>> http://p.sf.net/sfu/devconf
>> _______________________________________________
>> Factor-talk mailing list
>> [email protected]
>> https://lists.sourceforge.net/lists/listinfo/factor-talk
>>
>
> ------------------------------------------------------------------------------
> Come build with us! The BlackBerry&reg; Developer Conference in SF, CA
> is the only developer event you need to attend this year. Jumpstart your
> developing skills, take BlackBerry mobile applications to market and stay
> ahead of the curve. Join us from November 9&#45;12, 2009. Register now&#33;
> http://p.sf.net/sfu/devconf
> _______________________________________________
> Factor-talk mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/factor-talk
>



-- 
Jon Harper

------------------------------------------------------------------------------
Come build with us! The BlackBerry&reg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9&#45;12, 2009. Register now&#33;
http://p.sf.net/sfu/devconf
_______________________________________________
Factor-talk mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/factor-talk

Reply via email to