diff options
author | Andi Kleen <ak@gcc.gnu.org> | 2024-07-29 18:48:08 -0700 |
---|---|---|
committer | Andi Kleen <ak@gcc.gnu.org> | 2024-08-06 11:41:57 -0700 |
commit | eac63be1d4a0d64f918163f113ec1b339e917a0e (patch) | |
tree | 608f478f9a8cd2f39c28fe77feb5ba86f630217a /gcc | |
parent | dc01f249db5c4d08b76dc2783b1539290a800f2d (diff) | |
download | gcc-eac63be1d4a0d64f918163f113ec1b339e917a0e.zip gcc-eac63be1d4a0d64f918163f113ec1b339e917a0e.tar.gz gcc-eac63be1d4a0d64f918163f113ec1b339e917a0e.tar.bz2 |
Remove MMX code path in lexer
Host systems with only MMX and no SSE2 should be really rare now.
Let's remove the MMX code path to keep the number of custom
implementations the same.
The SSE2 code path is also somewhat dubious now (nearly everything
should have SSE4 4.2 which is >15 years old now), but the SSE2
code path is used as fallback for others and also apparently
Solaris uses it due to tool chain deficiencies.
libcpp/ChangeLog:
* lex.cc (search_line_mmx): Remove function.
(init_vectorized_lexer): Remove search_line_mmx.
Diffstat (limited to 'gcc')
0 files changed, 0 insertions, 0 deletions