aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/x86
AgeCommit message (Expand)AuthorFilesLines
2023-01-18x86: Cache computation for AMD architecture.Sajan Karumanchi1-159/+45
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers121-121/+121
2023-01-03x86: Check minimum/maximum of non_temporal_threshold [BZ #29953]H.J. Lu1-9/+16
2022-12-06x86_64: State assembler is being tested on sysdeps/x86/configureAdhemerval Zanella2-3/+3
2022-12-06configure: Remove AS checkAdhemerval Zanella2-3/+3
2022-10-06elf: Remove _dl_string_hwcapJavier Pello1-14/+0
2022-10-03x86-64: Require BMI1/BMI2 for AVX2 strrchr and wcsrchr implementationsAurelien Jarno1-0/+1
2022-10-03x86-64: Require BMI2 and LZCNT for AVX2 memrchr implementationAurelien Jarno1-0/+1
2022-10-03x86: include BMI1 and BMI2 in x86-64-v3 levelAurelien Jarno1-0/+2
2022-09-28Update _FloatN header support for C++ in GCC 13Joseph Myers1-3/+3
2022-09-05math: x86: Use prefix for FP_INIT_ROUNDMODEAdhemerval Zanella1-1/+7
2022-08-31nptl: x86_64: Use same code for CURRENT_STACK_FRAME and stackinfo_get_spAdhemerval Zanella1-1/+3
2022-07-16x86: Add support to build strcmp/strlen/strchr with explicit ISA levelNoah Goldstein1-0/+10
2022-07-13x86: Add missing rtm tests for strcmp familyNoah Goldstein6-2/+150
2022-07-05x86: Add support for building {w}memcmp{eq} with explicit ISA levelNoah Goldstein1-1/+2
2022-06-28x86: Add more feature definitions to isa-level.hNoah Goldstein1-0/+15
2022-06-27x86-64: Only define used SSE/AVX/AVX512 run-time resolversH.J. Lu1-0/+2
2022-06-27x86: Move CPU_FEATURE{S}_{USABLE|ARCH}_P to isa-level.hH.J. Lu2-27/+24
2022-06-27x86: Fix backwards Prefer_No_VZEROUPPER check in ifunc-evex.hNoah Goldstein2-24/+32
2022-06-22x86: Add defines / utilities for making ISA specific x86 buildsNoah Goldstein4-13/+180
2022-06-16x86: Add BMI1/BMI2 checks for ISA_V3 checkNoah Goldstein1-1/+2
2022-06-15x86: Add bounds `x86_non_temporal_threshold`Noah Goldstein1-1/+7
2022-06-15elf: Remove ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATAFangrui Song1-4/+0
2022-06-14x86: Fix misordered logic for setting `rep_movsb_stop_threshold`Noah Goldstein1-12/+12
2022-05-23elf: Optimize _dl_new_hash in dl-new-hash.hNoah Goldstein1-0/+24
2022-04-26elf: Replace PI_STATIC_AND_HIDDEN with opposite HIDDEN_VAR_NEEDS_DYNAMIC_RELOCFangrui Song2-7/+0
2022-03-25x86: Fix fallback for wcsncmp_avx2 in strcmp-avx2.S [BZ #28896]Noah Goldstein1-0/+15
2022-02-18x86: Fix TEST_NAME to make it a string in tst-strncmp-rtm.cNoah Goldstein1-2/+2
2022-02-18x86: Test wcscmp RTM in the wcsncmp overflow case [BZ #28896]Noah Goldstein3-10/+48
2022-02-17x86: Fallback {str|wcs}cmp RTM in the ncmp overflow case [BZ #28896]Noah Goldstein2-2/+17
2022-02-14x86/configure.ac: Define PI_STATIC_AND_HIDDEN/SUPPORT_STATIC_PIEH.J. Lu2-0/+13
2022-02-14x86: Use CHECK_FEATURE_PRESENT on PCONFIGH.J. Lu1-1/+1
2022-02-14x86: Don't check PTWRITE in tst-cpu-features-cpuinfo.cH.J. Lu1-0/+3
2022-02-05x86: Improve L to support L(XXX_SYMBOL (YYY, ZZZ))H.J. Lu1-1/+2
2022-01-26x86: Use CHECK_FEATURE_PRESENT to check HLE [BZ #27398]H.J. Lu1-1/+1
2022-01-18x86: Black list more Intel CPUs for TSX [BZ #27398]H.J. Lu1-3/+31
2022-01-17x86: use default cache size if it cannot be determined [BZ #28784]Aurelien Jarno1-4/+10
2022-01-14x86: Add x86-64-vN check to early startupFlorian Weimer2-1/+31
2022-01-14x86: HAVE_X86_LAHF_SAHF, HAVE_X86_MOVBE and -march=x86-64-vN (bug 28782)Florian Weimer2-4/+4
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert113-113/+113
2021-12-30x86-64: Add vector tan/tanf implementation to libmvecSunil K Pandey2-0/+8
2021-12-30x86-64: Add vector erfc/erfcf implementation to libmvecSunil K Pandey2-0/+8
2021-12-29x86-64: Add vector asinh/asinhf implementation to libmvecSunil K Pandey2-0/+8
2021-12-29x86-64: Add vector tanh/tanhf implementation to libmvecSunil K Pandey2-0/+8
2021-12-29x86-64: Add vector erf/erff implementation to libmvecSunil K Pandey2-0/+8
2021-12-29x86-64: Add vector acosh/acoshf implementation to libmvecSunil K Pandey2-0/+8
2021-12-29x86-64: Add vector atanh/atanhf implementation to libmvecSunil K Pandey2-0/+8
2021-12-29x86-64: Add vector log1p/log1pf implementation to libmvecSunil K Pandey2-0/+8
2021-12-29x86-64: Add vector log2/log2f implementation to libmvecSunil K Pandey2-0/+8
2021-12-29x86-64: Add vector log10/log10f implementation to libmvecSunil K Pandey2-0/+8