"make test" fails on test # 83 (volk)

I make the recent trunk with cmake and I get everything
configured/compiled,
but make test fails at 83/93 qa_volk_test_all
on a Fedora 15 64.

Is there anyone who can duplicate this error?

Achilleas

PS: cmake gives the following for volk:

– Configuring volk support…
– Enabling volk support.
– Override with -DENABLE_VOLK=ON/OFF
– 32 overruled
– Available arches:
generic;64;3dnow;abm;popcount;mmx;sse;sse2;orc;sse3;ssse3;sse4_a;sse4_1;sse4_2;avx
– Available machines:
generic;sse2_only;sse2_64;sse3_64;ssse3_64;sse4_a_64;sse4_1_64;sse4_2_64;avx_64
– Using install prefix: /usr/local

On Tue, Nov 8, 2011 at 2:00 PM, Achilleas A.
[email protected] wrote:

I make the recent trunk with cmake and I get everything configured/compiled,
but make test fails at 83/93 qa_volk_test_all
on a Fedora 15 64.

Is there anyone who can duplicate this error?

Yes, it’s annoying and expected. There are a couple of lingering Orc
implementations within Volk which have bugs in them, but which are in
the test framework. For the time being, I’ll just disable them so they
aren’t checked. Really, the implementations are fine, but the Orc
versions output different values for undefined results (in this case,
negative magnitudes).

You can work around this by not running “make test”.

–n