mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 07:10:06 +00:00
7759be2593
The arch13 memmove variant is currently selected by the ifunc selector if the Miscellaneous-Instruction-Extensions Facility 3 facility bit is present, but the function is also using vector instructions. If the vector support is not present, one is receiving an operation exception. Therefore this patch also checks for vector support in the ifunc selector and in ifunc-impl-list.c. Just to be sure, the configure check is now also testing an arch13 vector instruction and an arch13 Miscellaneous-Instruction-Extensions Facility 3 instruction. |
||
---|---|---|
.. | ||
iconv | ||
8bit-generic.c | ||
gconv_simple.c | ||
gen-8bit.sh | ||
ifunc-impl-list.c | ||
ifunc-resolve.h | ||
Makefile | ||
utf8-utf16-z9.c | ||
utf8-utf32-z9.c | ||
utf16-utf32-z9.c |