about summary refs log tree commit diff
path: root/sysdeps/x86_64/multiarch/init-arch.h
Commit message (Expand)AuthorAgeFilesLines
* Move x86_64 init-arch.h to sysdeps/x86/init-arch.hH.J. Lu2015-08-201-22/+0
* Add _dl_x86_cpu_features to rtld_globalH.J. Lu2015-08-131-189/+5
* This patch adds detection of availability for AVX512F and AVX512DQ ISAs.Andrew Senkevich2015-06-081-0/+17
* Use AVX unaligned memcpy only if AVX2 is availableH.J. Lu2015-01-301-0/+4
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-021-1/+1
* Remove NOT_IN_libcSiddhesh Poyarekar2014-11-241-1/+1
* Add ifunc tests for x86_64 memset_chk and memsetH.J. Lu2014-06-201-1/+1
* Fix -Wundef warning for FEATURE_INDEX_1.Carlos O'Donell2014-05-031-7/+6
* Detect if AVX2 is usableSihai Yao2014-04-171-0/+8
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-011-1/+1
* Skip SSE4.2 versions on Intel SilvermontLiubov Dmitrieva2013-06-281-0/+4
* Remove Prefer_SSE_for_memop on x64Ondrej Bilka2013-03-111-4/+0
* Add HAS_RTMH.J. Lu2013-01-031-0/+9
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-021-1/+1
* Define HAS_FMA with bit_FMA_UsableH.J. Lu2012-10-021-2/+7
* BZ#14059: Fix AVX and FMA4 detection.Carlos O'Donell2012-05-171-17/+34
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-091-3/+2
* Really fix AVX testsUlrich Drepper2012-01-261-13/+13
* Reset bit_AVX in __cpu_features is OS support is missingUlrich Drepper2012-01-261-1/+2
* Add AVX optimized versions for some x86-64 math functionsUlrich Drepper2011-10-251-14/+18
* Check for FMA4 support and generate appropriate fma functionsUlrich Drepper2011-10-201-0/+2
* Add optimized str{,n}casecmp for AVX on x86-64Ulrich Drepper2011-10-191-1/+3
* Improve 64 bit strcat functions with SSE2/SSSE3Liubov Dmitrieva2011-07-191-0/+2
* Optimized st{r,p}{,n}cpy for SSE2/SSSE3 on x86-32H.J. Lu2011-06-241-0/+6
* Use IFUNC on x86-64 memsetH.J. Lu2010-11-081-3/+9
* Unroll 32bit SSE strlen and handle slow bsfH.J. Lu2010-08-251-0/+6
* Improve 64bit memcpy/memmove for Atom, Core 2 and Core i7H.J. Lu2010-06-301-2/+14
* Update x86-64 cpu multiarch selection header.Ulrich Drepper2010-04-131-17/+21
* Fix concurrent handling of __cpu_features.Ulrich Drepper2010-04-041-2/+2
* Optimize 32bit memset/memcpy with SSE2/SSSE3.H.J. Lu2010-01-121-0/+14
* Define bit_SSE2 and index_SSE2.H.J. Lu2009-12-131-0/+2
* Define bit_XXX and index_XXX.H.J. Lu2009-12-131-0/+14
* Clean up x86 multiarch HAS_FOO macros.Roland McGrath2009-10-061-23/+9
* Support multiarch for i686.H.J. Lu2009-07-311-0/+6
* Prepare use if IFUNC functions outside libc.so.Ulrich Drepper2009-07-291-2/+20
* Determine and store processor family and model on x86-64.H.J. Lu2009-06-301-0/+2
* Add SSE4.2 support for strcmp and strncmp on x86-64.H.J. Lu2009-06-221-0/+3
* Optimize x86-64 strlen for SSE4.2.Ulrich Drepper2009-06-051-1/+1
* Simplify CPUID value handling.Ulrich Drepper2009-05-311-18/+6
* * config.h.in (USE_MULTIARCH): Define.Ulrich Drepper2009-03-131-0/+70