diff options
author | gjl <gjl@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-06-16 09:18:31 +0000 |
---|---|---|
committer | gjl <gjl@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-06-16 09:18:31 +0000 |
commit | ae3813d428e280375493e7d285c539ffb12e5390 (patch) | |
tree | 6d61f46cce7a82823697dd17b5611501838700ed | |
parent | fa72efb731ddcd042f4c57c03f2c9ac4c30b15b2 (diff) | |
download | gcc-ae3813d428e280375493e7d285c539ffb12e5390.tar.gz |
(__parityqi2): New function.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@175098 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r-- | gcc/ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 9e99f63daca..f6815f5ef58 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -29,6 +29,7 @@ (__paritydi2): New function. (__paritysi2): New function. (__parityhi2): New function. + (__parityqi2): New function. (__popcounthi2): New function. (__popcountsi2): New function. (__popcountdi2): New function. |