|
From: Florian K. <br...@ac...> - 2011-10-08 13:33:17
|
On my x86 netbook the tests none/tests/x86/insn_ssse3 none/tests/x86/insn_ssse3_misaligned are failing because configure and x86_amd64_features do not agree about the presence of SSSE3. configure thinks it is not supported, x86_amd64_features returns 0 thereby indicating support. I think that x86_amd64_features is right. See /proc/cpuinfo below. During "make regtest" the make process attempts to execute e.g insn_ssse3 which does not exist. Curious... Is this the way it is supposed to work? I mean if it has been determined (during configury) that the test cannot run and therefore the executable has not been built, why trying to invoke it? Florian processor : 0 vendor_id : GenuineIntel cpu family : 6 model : 28 model name : Intel(R) Atom(TM) CPU N270 @ 1.60GHz stepping : 2 cpu MHz : 800.000 cache size : 512 KB physical id : 0 siblings : 2 core id : 0 cpu cores : 1 apicid : 0 initial apicid : 0 fdiv_bug : no hlt_bug : no f00f_bug : no coma_bug : no fpu : yes fpu_exception : yes cpuid level : 10 wp : yes flags : fpu vme de tsc msr pae mce cx8 apic mtrr pge mca cmov pat clflush dts acpi mmx fxsr sse sse2 ss ht t m pbe nx constant_tsc arch_perfmon pebs bts aperfmperf pni dtes64 monitor ds_cpl est tm2 ssse3 xtpr pdcm movbe lahf_lm dts bogomips : 3200.32 clflush size : 64 cache_alignment : 64 address sizes : 32 bits physical, 32 bits virtual power management: processor : 1 vendor_id : GenuineIntel cpu family : 6 model : 28 model name : Intel(R) Atom(TM) CPU N270 @ 1.60GHz stepping : 2 cpu MHz : 800.000 cache size : 512 KB physical id : 0 siblings : 2 core id : 0 cpu cores : 1 apicid : 1 initial apicid : 1 fdiv_bug : no hlt_bug : no f00f_bug : no coma_bug : no fpu : yes fpu_exception : yes cpuid level : 10 wp : yes flags : fpu vme de tsc msr pae mce cx8 apic mtrr pge mca cmov pat clflush dts acpi mmx fxsr sse sse2 ss ht t m pbe nx constant_tsc arch_perfmon pebs bts aperfmperf pni dtes64 monitor ds_cpl est tm2 ssse3 xtpr pdcm movbe lahf_lm dts bogomips : 3199.99 clflush size : 64 cache_alignment : 64 address sizes : 32 bits physical, 32 bits virtual power management: |