[PATCH] D63774: android: enable double-word CAS on x86_64
Stephen Hines via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jun 25 09:57:33 PDT 2019
srhines accepted this revision.
srhines added a comment.
This revision is now accepted and ready to land.
Craig, can you confirm that this is acceptable? I don't think there are any chips with SSE4.2 but without cx16, so this just seemed like an oversight. It might be a good idea to really audit the list of possible CPU features for other missing inclusions. Another idea would be to set a baseline minimum CPU for Android, which would cut down on having to specify so many features separately.
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D63774/new/
https://reviews.llvm.org/D63774
More information about the cfe-commits
mailing list