Current implementation uses static inline definition for cmp_XY AVX
instruction.
With this clang cannot emit immediate value for 3rd argument where
immediate value is requested.

This patch fixes the problem so that clang's codegen correctly emit
immediate value for 3rd argument.

More details are described here.

http://lists.cs.uiuc.edu/pipermail/cfe-dev/2011-March/014269.html

--
Syoyo

Attachment: 0001-Change-cmp_XY-x86-AVX-builtin-definition-in-avxintri.patch
Description: Binary data

_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to