]> git.ipfire.org Git - thirdparty/gcc.git/commit
2014-10-03 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
authorwschmidt <wschmidt@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 3 Oct 2014 20:06:38 +0000 (20:06 +0000)
committerwschmidt <wschmidt@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 3 Oct 2014 20:06:38 +0000 (20:06 +0000)
commite347736da8caf3acc8e58973c3d3655ad6765e1f
tree2cf47064ba3e0e7d55b6d9d03cbb18665094adac
parent5e84569c0452c39bf60fbd066801edc1907a982f
2014-10-03  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>

* lex.c (search_line_fast): Add new version to be used for Power8
and later targets when Altivec is enabled.  Restrict the existing
Altivec version to big-endian systems so that lvsr is not used on
little endian, where it is deprecated.  Remove LE-specific code
from the now-BE-only version.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@215873 138bc75d-0d04-0410-961f-82ee72b054a4
libcpp/ChangeLog
libcpp/lex.c