Fix compilation when using MASM on x86
authorGergely Nagy <ngg@tresorit.com>
Tue, 16 Aug 2016 12:46:13 +0000 (14:46 +0200)
committerRich Salz <rsalz@openssl.org>
Tue, 16 Aug 2016 18:46:55 +0000 (14:46 -0400)
commit1bb7310bf8d62e5a6f4f82b34f249d86b8e42377
tree51b1a3501a597ac797e2c4782aedacaf9e133245
parent2ecb9f2d18614fb7b7b42830a358b7163ed43221
Fix compilation when using MASM on x86

The generated asm code from x86cpuid.pl contains CMOVE instructions
which are only available on i686 and later CPUs.

Reviewed-by: Andy Polyakov <appro@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/1459)
crypto/perlasm/x86masm.pl