Commit 80a30a22 authored by Cyrill Gorcunov's avatar Cyrill Gorcunov Committed by Pavel Emelyanov

test: fpu01 -- Run on x86-64 only

Looks like compiler can't encode wide variants
of memory copying and uses only xmm registers
in 32bit mode. Lets drio i386 from here for
a while.
Signed-off-by: 's avatarCyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent 3818d3b9
......@@ -6,7 +6,7 @@
#include "zdtmtst.h"
#if defined(__i386__) || defined(__x86_64__)
#if defined(__x86_64__)
#include "cpuid.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment