orcx86: use HAVE_AMD64 and HAVE_I386 defines everywhere
authorJan Schmidt <jan@centricular.com>
Fri, 28 Oct 2016 12:37:51 +0000 (23:37 +1100)
committerJan Schmidt <jan@centricular.com>
Fri, 28 Oct 2016 12:38:46 +0000 (23:38 +1100)
commit01c1f6639896de39b27b98b878b019ea0865c956
treef6707f93774c1dbe3c9ed55649b7082bcbb329a2
parentdb333e185458b801a40220d1f940c89e4cb3444f
orcx86: use HAVE_AMD64 and HAVE_I386 defines everywhere

Some places were checking for __amd64__ and __i386__ explicitly,
but MSVC doesn't define __amd64__ in 64-bit mode, so use the
define from config.h instead. Fixes incorrect asm generation
on 64-bit Windows
orc/orccpu-x86.c
orc/orcprogram-mmx.c
orc/orcprogram-sse.c