aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/x86
AgeCommit message (Expand)Author
2023-06-12x86: Make the divisor in setting `non_temporal_threshold` cpu specificNoah Goldstein
2023-06-12x86: Refactor Intel `init_cpu_features`Noah Goldstein
2023-06-12x86: Increase `non_temporal_threshold` to roughly `sizeof_L3 / 4`Noah Goldstein
2023-06-02Fix a few more typos I missed in previous round -- BZ 25337Paul Pluzhnikov
2023-05-30Fix misspellings in sysdeps/ -- BZ 25337Paul Pluzhnikov
2023-05-27x86: Use 64MB as nt-store threshold if no cacheinfo [BZ #30429]Noah Goldstein
2023-04-05<sys/platform/x86.h>: Add PREFETCHI supportH.J. Lu
2023-04-05<sys/platform/x86.h>: Add AMX-COMPLEX supportH.J. Lu
2023-04-05<sys/platform/x86.h>: Add AVX-NE-CONVERT supportH.J. Lu
2023-04-05<sys/platform/x86.h>: Add AVX-VNNI-INT8 supportH.J. Lu
2023-04-05<sys/platform/x86.h>: Add MSRLIST supportH.J. Lu
2023-04-05<sys/platform/x86.h>: Add AVX-IFMA supportH.J. Lu
2023-04-05<sys/platform/x86.h>: Add AMX-FP16 supportH.J. Lu
2023-04-05<sys/platform/x86.h>: Add WRMSRNS supportH.J. Lu
2023-04-05<sys/platform/x86.h>: Add ArchPerfmonExt supportH.J. Lu
2023-04-05<sys/platform/x86.h>: Add CMPCCXADD supportH.J. Lu
2023-04-05<sys/platform/x86.h>: Add LASS supportH.J. Lu
2023-04-05<sys/platform/x86.h>: Add RAO-INT supportH.J. Lu
2023-04-05<sys/platform/x86.h>: Add LBR supportH.J. Lu
2023-04-05<sys/platform/x86.h>: Add RTM_FORCE_ABORT supportH.J. Lu
2023-04-05<sys/platform/x86.h>: Add SGX-KEYS supportH.J. Lu
2023-04-05<sys/platform/x86.h>: Add BUS_LOCK_DETECT supportH.J. Lu
2023-04-05<sys/platform/x86.h>: Add LA57 supportH.J. Lu
2023-04-05<bits/platform/x86.h>: Rename to x86_cpu_INDEX_7_ECX_15H.J. Lu
2023-04-04x86/dl-cacheinfo: remove unsused parameter from handle_amdAndreas Schwab
2023-04-03x86: Set FSGSBASE to active if enabled by kernelH.J. Lu
2023-03-29Remove --enable-tunables configure optionAdhemerval Zanella Netto
2023-03-21x86: Don't check PREFETCHWT1 in tst-cpu-features-cpuinfo.cDJ Delorie
2023-03-07x86: Fix bug about glibc.cpu.hwcaps.caiyinyu
2023-02-22x86-64: Add glibc.cpu.prefer_map_32bit_exec [BZ #28656]H.J. Lu
2023-02-17string: Remove string_private.hAdhemerval Zanella
2023-02-12htl: Generalize i386 pt-machdep.h to x86Samuel Thibault
2023-01-18x86: Cache computation for AMD architecture.Sajan Karumanchi
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers
2023-01-03x86: Check minimum/maximum of non_temporal_threshold [BZ #29953]H.J. Lu
2022-12-06x86_64: State assembler is being tested on sysdeps/x86/configureAdhemerval Zanella
2022-12-06configure: Remove AS checkAdhemerval Zanella
2022-10-06elf: Remove _dl_string_hwcapJavier Pello
2022-10-03x86-64: Require BMI1/BMI2 for AVX2 strrchr and wcsrchr implementationsAurelien Jarno
2022-10-03x86-64: Require BMI2 and LZCNT for AVX2 memrchr implementationAurelien Jarno
2022-10-03x86: include BMI1 and BMI2 in x86-64-v3 levelAurelien Jarno
2022-09-28Update _FloatN header support for C++ in GCC 13Joseph Myers
2022-09-05math: x86: Use prefix for FP_INIT_ROUNDMODEAdhemerval Zanella
2022-08-31nptl: x86_64: Use same code for CURRENT_STACK_FRAME and stackinfo_get_spAdhemerval Zanella
2022-07-16x86: Add support to build strcmp/strlen/strchr with explicit ISA levelNoah Goldstein
2022-07-13x86: Add missing rtm tests for strcmp familyNoah Goldstein
2022-07-05x86: Add support for building {w}memcmp{eq} with explicit ISA levelNoah Goldstein
2022-06-28x86: Add more feature definitions to isa-level.hNoah Goldstein
2022-06-27x86-64: Only define used SSE/AVX/AVX512 run-time resolversH.J. Lu
2022-06-27x86: Move CPU_FEATURE{S}_{USABLE|ARCH}_P to isa-level.hH.J. Lu