discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] Issues with running volk_profile in GENTOO


From: Josh Blum
Subject: Re: [Discuss-gnuradio] Issues with running volk_profile in GENTOO
Date: Wed, 13 Feb 2013 13:48:48 -0600
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130106 Thunderbird/17.0.2


On 02/13/2013 01:44 PM, Johnathan Corgan wrote:
> On Wed, Feb 13, 2013 at 8:25 AM, Tommy Tracy II <address@hidden> wrote:
> 
> 
>> # grep "Available architectures" cmake.out
>> -- Available architectures:
>> generic;32;3dnow;abm;popcount;mmx;sse;sse2;orc;norc;sse3;ssse3;sse4_a;sse4_1;sse4_2;avx
>>
>> # grep "Available machines" cmake.out
>> -- Available machines:
>> generic_orc;sse2_32_mmx_orc;sse3_32_orc;ssse3_32_orc;sse4_a_32_orc;sse4_1_32_orc;sse4_2_32_orc;avx_32_mmx_orc
>>
>> /proc/cpuinfo flags:
>> flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat
>> pse36 clflush dts acpi *mmx* fxsr *sse* *sse2* ss ht tm pbe syscall nx
>> rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology
>> nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2
>> *ssse3 *cx16 xtpr pdcm *sse4_1* *sse4_2* popcnt aes lahf_lm arat dts
>> tpr_shadow vnmi flexpriority ept void
>>
>>
>> It looks like my processor does not support avx, but Gnuradio assumes it
>> does. Is there a way to disable avx?
>>
> 
> It would be best to find out why libvolk is detecting avx during cmake.

It determines that AVX is supported by the compiler via flags. So,
support for AVX will be built into the library.

>From the output of the volk profile, it doesnt seem that AVX was
detected. So, all seems well so far...

-josh

> Can you post the rest of the lines from your cmake.out related to volk
> (should be near the beginning)?
> 
> Johnathan
> 
> 
> 
> _______________________________________________
> Discuss-gnuradio mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
> 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]