[PATCH] D59744: Fix i386 ABI "__m64" type bug
Wei Xiao via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jun 17 18:12:03 PDT 2019
wxiao3 added a comment.
@hans
Please make sure all Chromium for 32-bit Linux libraries are following System V ABI (i.e., m64 is passed on mmx register). I suspect that there are some hand written assembly code in your libraries which is not following the ABI.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D59744/new/
https://reviews.llvm.org/D59744
More information about the cfe-commits
mailing list