This patch adds support for the _MM_ALIGN16 attribute on non-windows targets. This aligns Clang with ICC which supports the attribute on all targets.
Fixes PR28056
Differential D21173
[X86] _MM_ALIGN16 attribute support for non-windows targets zvi on Jun 9 2016, 12:21 AM. Authored by
Details This patch adds support for the _MM_ALIGN16 attribute on non-windows targets. This aligns Clang with ICC which supports the attribute on all targets. Fixes PR28056
Diff Detail
Event TimelineComment Actions Thanks the suggestion, David. I did not realize attribute is supported by Windows targets. Zvi From: David Majnemer [mailto:david.majnemer@gmail.com] Comment Actions Following David Majnemer's suggestion on cfe-commits: I would just use the attribute spelling, no need for two definitions |