|
From: Tom H. <th...@cy...> - 2004-01-25 09:50:19
|
In message <200...@of...>
Jeremy Fitzhardinge <je...@go...> wrote:
> +/* The set of features we're willing to support for the client */
> +#define VG_SUPPORTED_FEATURES \
> + ((1 << VG_X86_FEAT_FPU) | \
> + (1 << VG_X86_FEAT_TSC) | \
> + (1 << VG_X86_FEAT_CMOV) | \
> + (1 << VG_X86_FEAT_MMX) | \
> + (1 << VG_X86_FEAT_FXSR) | \
> + (1 << VG_X86_FEAT_SSE) | \
> + (1 << VG_X86_FEAT_SSE2))
> +
The CX8 bit should be set as well, as valgrind supports cmpxchg8b.
Tom
--
Tom Hughes (th...@cy...)
Software Engineer, Cyberscience Corporation
http://www.cyberscience.com/
|