summaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
authorH.J. Lu <hongjiu.lu@intel.com>2008-03-30 21:13:33 +0000
committerH.J. Lu <hjl@gcc.gnu.org>2008-03-30 14:13:33 -0700
commit23594c97b3ec375024937db9491f82c0f07e1b4b (patch)
tree0b45e84e519da8194c4e2bcafac2c49309fb4e3e /gcc/ChangeLog
parente14c931f31a05f6e1bacbdde9d8d87033e8dc093 (diff)
downloadgcc-23594c97b3ec375024937db9491f82c0f07e1b4b.tar.gz
re PR target/35757 (Incorrect contraint on sse4_1_blendp<ssemodesuffixf2c>)
gcc/ 2008-03-30 H.J. Lu <hongjiu.lu@intel.com> PR target/35757 * config/i386/i386.c (ix86_expand_sse_4_operands_builtin): Issue proper error message for the third argument on blendpd and blendps. * config/i386/sse.md (blendbits): New. (sse4_1_blendp<ssemodesuffixf2c>): Use it. gcc/testsuite/ 2008-03-30 H.J. Lu <hongjiu.lu@intel.com> PR target/35757 * gcc.target/i386/sse4_1-blendps-2.c: New. * gcc.target/i386/sse4_1-pblendw-2.c: Likewise. From-SVN: r133736
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 4d954bf12a5..a0e29ccedb1 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,13 @@
+2008-03-30 H.J. Lu <hongjiu.lu@intel.com>
+
+ PR target/35757
+ * config/i386/i386.c (ix86_expand_sse_4_operands_builtin): Issue
+ proper error message for the third argument on blendpd and
+ blendps.
+
+ * config/i386/sse.md (blendbits): New.
+ (sse4_1_blendp<ssemodesuffixf2c>): Use it.
+
2008-03-30 Eric Botcazou <ebotcazou@adacore.com>
* fold-const.c (fold_binary) <BIT_IOR_EXPR>: Add missing conversions.