]> granicus.if.org Git - llvm/commit
BMI2 support is indicated in bit eight of EBX, not nine.
authorEric Christopher <echristo@gmail.com>
Mon, 5 Aug 2019 21:25:59 +0000 (21:25 +0000)
committerEric Christopher <echristo@gmail.com>
Mon, 5 Aug 2019 21:25:59 +0000 (21:25 +0000)
commitd0e818a38e276861000692520ece15c9c7b88f72
treeedfb613781a63d543d3450f1e1fe409ce4612e25
parent7f8c512ee7403b53d874fc2655c4c220967eca27
BMI2 support is indicated in bit eight of EBX, not nine.
See Intel SDM, Vol 2A, Table 3-8:
https://www.intel.com/content/dam/www/public/us/en/documents/manuals/64-ia-32-architectures-software-developer-vol-2a-manual.pdf#page=296

Differential Revision: https://reviews.llvm.org/D65766

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@367929 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Support/Host.cpp