This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 2682b27200 x86_64: Fix svml_d_hypot8_core_avx512.S code formatting new 602e584f32 x86_64: Fix svml_s_log10f16_core_avx512.S code formatting new fda62f29aa x86_64: Fix svml_s_log10f4_core_sse4.S code formatting new eb20f196bb x86_64: Fix svml_s_log10f8_core_avx2.S code formatting new 56aa9bc2bc x86_64: Fix svml_d_log102_core_sse4.S code formatting new 2c531b143c x86_64: Fix svml_d_log104_core_avx2.S code formatting new bf30af327e x86_64: Fix svml_d_log108_core_avx512.S code formatting new 9e40372f69 x86_64: Fix svml_s_log1pf16_core_avx512.S code formatting new 389464a233 x86_64: Fix svml_s_log1pf4_core_sse4.S code formatting new b44b6f4288 x86_64: Fix svml_s_log1pf8_core_avx2.S code formatting new 1025469bf6 x86_64: Fix svml_d_log1p2_core_sse4.S code formatting new f2469622f5 x86_64: Fix svml_d_log1p4_core_avx2.S code formatting new 242a801532 x86_64: Fix svml_d_log1p8_core_avx512.S code formatting new dc992c841c x86_64: Fix svml_s_log2f16_core_avx512.S code formatting new 50be39c3c7 x86_64: Fix svml_s_log2f4_core_sse4.S code formatting new 8f4d11aa4f x86_64: Fix svml_s_log2f8_core_avx2.S code formatting new 2d4d1dc9ab x86_64: Fix svml_d_log22_core_sse4.S code formatting new 26b648892a x86_64: Fix svml_d_log24_core_avx2.S code formatting new 993be2001c x86_64: Fix svml_d_log28_core_avx512.S code formatting new f03bdaf054 x86_64: Fix svml_s_sinhf16_core_avx512.S code formatting new edc4a5012b x86_64: Fix svml_s_sinhf4_core_sse4.S code formatting new e6303e19bb x86_64: Fix svml_s_sinhf8_core_avx2.S code formatting new 9db25a9b13 x86_64: Fix svml_d_sinh2_core_sse4.S code formatting new 38f0c40f28 x86_64: Fix svml_d_sinh4_core_avx2.S code formatting new a9f782823f x86_64: Fix svml_d_sinh8_core_avx512.S code formatting new fa2a051dd9 x86_64: Fix svml_s_tanf16_core_avx512.S code formatting new d9f0857d4d x86_64: Fix svml_s_tanf4_core_sse4.S code formatting new 160e183a9a x86_64: Fix svml_s_tanf8_core_avx2.S code formatting new 7f852d2592 x86_64: Fix svml_d_tan2_core_sse4.S code formatting new 7425f0c1e5 x86_64: Fix svml_d_tan4_core_avx2.S code formatting new 8589dee1f2 x86_64: Fix svml_d_tan8_core_avx512.S code formatting new 638d6a5513 x86_64: Fix svml_s_tanhf16_core_avx512.S code formatting new 2eeea98af0 x86_64: Fix svml_s_tanhf4_core_sse4.S code formatting new 2c632117bf x86_64: Fix svml_s_tanhf8_core_avx2.S code formatting new 06c7208f27 x86_64: Fix svml_d_tanh2_core_sse4.S code formatting new 28ba5ee77f x86_64: Fix svml_d_tanh4_core_avx2.S code formatting new 6de743a4e3 x86_64: Fix svml_d_tanh8_core_avx512.S code formatting
The 36 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: .../x86_64/fpu/multiarch/svml_d_log102_core_sse4.S | 2011 ++- .../x86_64/fpu/multiarch/svml_d_log104_core_avx2.S | 1983 ++- .../fpu/multiarch/svml_d_log108_core_avx512.S | 483 +- .../x86_64/fpu/multiarch/svml_d_log1p2_core_sse4.S | 2615 ++-- .../x86_64/fpu/multiarch/svml_d_log1p4_core_avx2.S | 2587 ++-- .../fpu/multiarch/svml_d_log1p8_core_avx512.S | 519 +- .../x86_64/fpu/multiarch/svml_d_log22_core_sse4.S | 2511 ++-- .../x86_64/fpu/multiarch/svml_d_log24_core_avx2.S | 2483 ++-- .../fpu/multiarch/svml_d_log28_core_avx512.S | 471 +- .../x86_64/fpu/multiarch/svml_d_sinh2_core_sse4.S | 784 +- .../x86_64/fpu/multiarch/svml_d_sinh4_core_avx2.S | 814 +- .../fpu/multiarch/svml_d_sinh8_core_avx512.S | 796 +- .../x86_64/fpu/multiarch/svml_d_tan2_core_sse4.S | 12143 +++++++++---------- .../x86_64/fpu/multiarch/svml_d_tan4_core_avx2.S | 12091 +++++++++--------- .../x86_64/fpu/multiarch/svml_d_tan8_core_avx512.S | 5245 ++++---- .../x86_64/fpu/multiarch/svml_d_tanh2_core_sse4.S | 2318 ++-- .../x86_64/fpu/multiarch/svml_d_tanh4_core_avx2.S | 2330 ++-- .../fpu/multiarch/svml_d_tanh8_core_avx512.S | 718 +- .../fpu/multiarch/svml_s_log10f16_core_avx512.S | 361 +- .../fpu/multiarch/svml_s_log10f4_core_sse4.S | 369 +- .../fpu/multiarch/svml_s_log10f8_core_avx2.S | 369 +- .../fpu/multiarch/svml_s_log1pf16_core_avx512.S | 425 +- .../fpu/multiarch/svml_s_log1pf4_core_sse4.S | 387 +- .../fpu/multiarch/svml_s_log1pf8_core_avx2.S | 391 +- .../fpu/multiarch/svml_s_log2f16_core_avx512.S | 347 +- .../x86_64/fpu/multiarch/svml_s_log2f4_core_sse4.S | 329 +- .../x86_64/fpu/multiarch/svml_s_log2f8_core_avx2.S | 335 +- .../fpu/multiarch/svml_s_sinhf16_core_avx512.S | 510 +- .../x86_64/fpu/multiarch/svml_s_sinhf4_core_sse4.S | 490 +- .../x86_64/fpu/multiarch/svml_s_sinhf8_core_avx2.S | 492 +- .../fpu/multiarch/svml_s_tanf16_core_avx512.S | 1633 ++- .../x86_64/fpu/multiarch/svml_s_tanf4_core_sse4.S | 5019 ++++---- .../x86_64/fpu/multiarch/svml_s_tanf8_core_avx2.S | 4937 ++++---- .../fpu/multiarch/svml_s_tanhf16_core_avx512.S | 536 +- .../x86_64/fpu/multiarch/svml_s_tanhf4_core_sse4.S | 1440 ++- .../x86_64/fpu/multiarch/svml_s_tanhf8_core_avx2.S | 1462 ++- 36 files changed, 36337 insertions(+), 36397 deletions(-)