diff options
author | Craig Topper <craig.topper@intel.com> | 2019-11-06 09:58:51 -0800 |
---|---|---|
committer | Craig Topper <craig.topper@intel.com> | 2019-11-06 10:02:40 -0800 |
commit | ba73aad4f64f52f2acb5394210ed829355b44383 (patch) | |
tree | 9ea9616d6453b7df6e4ad5b4bfa0deba7e6f4c03 /lldb/packages/Python/lldbsuite/test/python_api/section | |
parent | a091f70610687202104ad75a916048a190d872c2 (diff) | |
download | bcm5719-llvm-ba73aad4f64f52f2acb5394210ed829355b44383.tar.gz bcm5719-llvm-ba73aad4f64f52f2acb5394210ed829355b44383.zip |
[X86] Add 'mmx' to all CPUs that have a version of 'sse' and weren't already enabling '3dnow'
All SSE capable CPUs have MMX. 3dnow implicitly enables MMX.
We have code that detects if sse is enabled and implicitly enables
MMX unless -mno-mmx is passed. So in most cases we were already
enabling MMX if march passed a CPU that supported SSE.
The exception to this is if you pass -march for a cpu supports SSE
and also pass -mno-sse. We should still enable MMX since its part
of the CPU capability.
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/section')
0 files changed, 0 insertions, 0 deletions