diff options
author | 2022-06-09 09:58:33 -0700 | |
---|---|---|
committer | 2022-06-09 12:51:15 -0700 | |
commit | 3a49ce8799e7233946f8154ba05c185277f33f11 (patch) | |
tree | 33adbdff8770b1596ab6e5cbd462cb839c38b2c7 /stdio-common/flockfile.c | |
parent | x86: Optimize svml_s_tanhf16_core_avx512.S (diff) | |
download | glibc-3a49ce8799e7233946f8154ba05c185277f33f11.tar.xz glibc-3a49ce8799e7233946f8154ba05c185277f33f11.zip |
x86: Add data file that can be shared by tanhf-avx2 and tanhf-sse4
tanhf-avx2 and tanhf-sse4 use the same data tables so we can save
over 4kb using a shared datatable. This does increase the memory
footprint of the sse4 version (as now all the targets are 32 bytes
instead of 16), generally it seems worth the code size save.
NB: This patch doesn't do anything itself, it is setup for future
patches.
Diffstat (limited to 'stdio-common/flockfile.c')
0 files changed, 0 insertions, 0 deletions