On 20/02/17 15:40, Jan Beulich wrote:
On 20.02.17 at 16:24, wrote:
>> On 15/02/17 11:13, Jan Beulich wrote:
>>> --- a/tools/tests/x86_emulator/Makefile
>>> +++ b/tools/tests/x86_emulator/Makefile
>>> @@ -11,11 +11,36 @@ all: $(TARGET)
>>> run: $(TARGET)
>>> ./$(TARGET)
>>>
>>> -TESTCAS
>>> On 20.02.17 at 16:24, wrote:
> On 15/02/17 11:13, Jan Beulich wrote:
>> --- a/tools/tests/x86_emulator/Makefile
>> +++ b/tools/tests/x86_emulator/Makefile
>> @@ -11,11 +11,36 @@ all: $(TARGET)
>> run: $(TARGET)
>> ./$(TARGET)
>>
>> -TESTCASES := blowfish
>> +TESTCASES := blowfish simd
On 15/02/17 11:13, Jan Beulich wrote:
> --- a/tools/tests/x86_emulator/Makefile
> +++ b/tools/tests/x86_emulator/Makefile
> @@ -11,11 +11,36 @@ all: $(TARGET)
> run: $(TARGET)
> ./$(TARGET)
>
> -TESTCASES := blowfish
> +TESTCASES := blowfish simd
>
> blowfish-cflags := ""
> blowfish-cf
... and their AVX equivalents. Note that a few instructions aren't
covered (yet), but those all fall into common pattern groups, so I
would hope that for now we can do with what is there.
MMX insns aren't being covered at all, as they're not easy to deal
with: The compiler refuses to emit such for