On 24 July 2017 at 11:40, Peter Maydell wrote:
> On 19 July 2017 at 05:40, Richard Henderson wrote:
>> Clang 3.9 passes the CONFIG_AVX2_OPT configure test. However, the
>> supplied does not contain the bit_AVX2 define that we use
>> when detecting whether the routine can be enabled.
>>
>> Intro
On 19 July 2017 at 05:40, Richard Henderson wrote:
> Clang 3.9 passes the CONFIG_AVX2_OPT configure test. However, the
> supplied does not contain the bit_AVX2 define that we use
> when detecting whether the routine can be enabled.
>
> Introduce a qemu-specific header that uses the compiler's de
Clang 3.9 passes the CONFIG_AVX2_OPT configure test. However, the
supplied does not contain the bit_AVX2 define that we use
when detecting whether the routine can be enabled.
Introduce a qemu-specific header that uses the compiler's definition
of __cpuid et al, but supplies any missing bit_* def