aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/x86_64
AgeCommit message (Expand)Author
2022-03-07x86_64: Fix svml_d_atan2_core_sse4.S code formattingSunil K Pandey
2022-03-07x86_64: Fix svml_s_atanf8_core_avx2.S code formattingSunil K Pandey
2022-03-07x86_64: Fix svml_s_atanf4_core_sse4.S code formattingSunil K Pandey
2022-03-07x86_64: Fix svml_s_atanf16_core_avx512.S code formattingSunil K Pandey
2022-03-07x86_64: Fix svml_d_asinh8_core_avx512.S code formattingSunil K Pandey
2022-03-07x86_64: Fix svml_d_asinh4_core_avx2.S code formattingSunil K Pandey
2022-03-07x86_64: Fix svml_d_asinh2_core_sse4.S code formattingSunil K Pandey
2022-03-07x86_64: Fix svml_s_asinhf8_core_avx2.S code formattingSunil K Pandey
2022-03-07x86_64: Fix svml_s_asinhf4_core_sse4.S code formattingSunil K Pandey
2022-03-07x86_64: Fix svml_s_asinhf16_core_avx512.S code formattingSunil K Pandey
2022-03-07x86_64: Fix svml_d_asin8_core_avx512.S code formattingSunil K Pandey
2022-03-07x86_64: Fix svml_d_asin4_core_avx2.S code formattingSunil K Pandey
2022-03-07x86_64: Fix svml_d_asin2_core_sse4.S code formattingSunil K Pandey
2022-03-07x86_64: Fix svml_s_asinf8_core_avx2.S code formattingSunil K Pandey
2022-03-07x86_64: Fix svml_s_asinf4_core_sse4.S code formattingSunil K Pandey
2022-03-07x86_64: Fix svml_s_asinf16_core_avx512.S code formattingSunil K Pandey
2022-03-07x86_64: Fix svml_d_acosh8_core_avx512.S code formattingSunil K Pandey
2022-03-07x86_64: Fix svml_d_acosh4_core_avx2.S code formattingSunil K Pandey
2022-03-07x86_64: Fix svml_d_acosh2_core_sse4.S code formattingSunil K Pandey
2022-03-07x86_64: Fix svml_s_acoshf8_core_avx2.S code formattingSunil K Pandey
2022-03-07x86_64: Fix svml_s_acoshf4_core_sse4.S code formattingSunil K Pandey
2022-03-07x86_64: Fix svml_s_acoshf16_core_avx512.S code formattingSunil K Pandey
2022-03-07x86_64: Fix svml_d_acos8_core_avx512.S code formattingSunil K Pandey
2022-03-07x86_64: Fix svml_d_acos4_core_avx2.S code formattingSunil K Pandey
2022-03-07x86_64: Fix svml_d_acos2_core_sse4.S code formattingSunil K Pandey
2022-03-07x86_64: Fix svml_s_acosf8_core_avx2.S code formattingSunil K Pandey
2022-03-07x86_64: Fix svml_s_acosf4_core_sse4.S code formattingSunil K Pandey
2022-03-07x86_64: Fix svml_s_acosf16_core_avx512.S code formatting (supplemental)Sunil K Pandey
2022-03-04x86_64: Fix svml_s_acosf16_core_avx512.S code formattingSunil K Pandey
2022-02-25build: Properly generate .d dependency files [BZ #28922]H.J. Lu
2022-02-23x86_64: Disable libmvec tests if multiarch not enabled [BZ# 28869]Sunil K Pandey
2022-02-23x86_64: Remove bcopy optimizationsAdhemerval Zanella
2022-02-17x86: Fallback {str|wcs}cmp RTM in the ncmp overflow case [BZ #28896]Noah Goldstein
2022-02-16x86: Fix bug in strncmp-evex and strncmp-avx2 [BZ #28895]Noah Goldstein
2022-02-14x86-64: Define __memcmpeq in ld.soH.J. Lu
2022-02-14x86-64: Remove bzero weak alias in SS2 memsetH.J. Lu
2022-02-14x86/configure.ac: Define PI_STATIC_AND_HIDDEN/SUPPORT_STATIC_PIEH.J. Lu
2022-02-12x86: Set .text section in memset-vec-unaligned-ermsNoah Goldstein
2022-02-10elf: Remove prelink supportAdhemerval Zanella
2022-02-08x86-64: Optimize bzeroH.J. Lu
2022-02-07x86: Remove SSSE3 instruction for broadcast in memset.S (SSE2 Only)Noah Goldstein
2022-02-06x86: Improve vec generation in memset-vec-unaligned-erms.SNoah Goldstein
2022-02-06x86-64: Add vector tan/tanf to libmvec microbenchmarkSunil K Pandey
2022-02-06x86-64: Add vector erfc/erfcf to libmvec microbenchmarkSunil K Pandey
2022-02-06x86-64: Add vector asinh/asinhf to libmvec microbenchmarkSunil K Pandey
2022-02-06x86-64: Add vector tanh/tanhf to libmvec microbenchmarkSunil K Pandey
2022-02-06x86-64: Add vector erf/erff to libmvec microbenchmarkSunil K Pandey
2022-02-06x86-64: Add vector acosh/acoshf to libmvec microbenchmarkSunil K Pandey
2022-02-06x86-64: Add vector atanh/atanhf to libmvec microbenchmarkSunil K Pandey
2022-02-06x86-64: Add vector log1p/log1pf to libmvec microbenchmarkSunil K Pandey