[Bug target/81294] _subborrow_u64 argument order inconsistent with intrinsic reference, icc

2017-07-13 Thread ubizjak at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81294 Uroš Bizjak changed: What|Removed |Added Target|x86_64-*-*, i?86-*-*|x86 Status|UNCONFIRMED

[Bug target/81294] _subborrow_u64 argument order inconsistent with intrinsic reference, icc

2017-07-04 Thread uros at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81294 --- Comment #4 from uros at gcc dot gnu.org --- Author: uros Date: Tue Jul 4 21:05:17 2017 New Revision: 249978 URL: https://gcc.gnu.org/viewcvs?rev=249978&root=gcc&view=rev Log: PR target/81300 * config/i386/i386.md (setcc + mov

[Bug target/81294] _subborrow_u64 argument order inconsistent with intrinsic reference, icc

2017-07-04 Thread uros at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81294 --- Comment #3 from uros at gcc dot gnu.org --- Author: uros Date: Tue Jul 4 20:46:38 2017 New Revision: 249976 URL: https://gcc.gnu.org/viewcvs?rev=249976&root=gcc&view=rev Log: PR target/81294 * config/i386/adxintrin.h (_subbor

[Bug target/81294] _subborrow_u64 argument order inconsistent with intrinsic reference, icc

2017-07-03 Thread ubizjak at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81294 --- Comment #2 from Uroš Bizjak --- It looks like (now fixed) bug in the documentation. So, following patch should sync gcc with the fixed docs: --cut here-- Index: adxintrin.h ===