lex.c (search_line_fast): Add new version to be used for Power8 and later targets...
authorBill Schmidt <wschmidt@linux.vnet.ibm.com>
Fri, 3 Oct 2014 20:06:38 +0000 (20:06 +0000)
committerWilliam Schmidt <wschmidt@gcc.gnu.org>
Fri, 3 Oct 2014 20:06:38 +0000 (20:06 +0000)
commit0ccaaab0e31a3dd406dffb70f6e311b46e99ae6c
tree2cf47064ba3e0e7d55b6d9d03cbb18665094adac
parent3c9aabbde58e5c540b0718c0a585e3ca97910317
lex.c (search_line_fast): Add new version to be used for Power8 and later targets when Altivec is enabled.

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.

From-SVN: r215873
libcpp/ChangeLog
libcpp/lex.c