about summary refs log tree commit diff
path: root/sysdeps/sparc/sparc32/sparcv9
Commit message (Expand)AuthorAgeFilesLines
* sparc: Remove bzero optimizationAdhemerval Zanella2022-02-233-3/+0
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-0141-41/+41
* Add narrowing fma functionsJoseph Myers2021-09-221-0/+6
* Redirect fma calls to __fma in libmJoseph Myers2021-09-152-0/+2
* Remove "Contributed by" linesSiddhesh Poyarekar2021-09-0322-22/+0
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-0241-41/+41
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-0141-41/+41
* sparc: Use atomic compiler builtins on sparcAdhemerval Zanella2019-11-273-118/+0
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-0742-42/+42
* Refactor hp-timing rtld usageAdhemerval Zanella2019-03-221-2/+0
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-0142-42/+42
* Use copysign functions not __copysign functions in glibc libm.Joseph Myers2018-09-272-0/+2
* Use rint functions not __rint functions in glibc libm.Joseph Myers2018-09-142-0/+2
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-0142-42/+42
* sparc: M7 optimized memset/bzeroPatrick McGehearty2017-12-142-1/+3
* sparc: M7 optimized memcpy/mempcpy/memmovePatrick McGehearty2017-12-144-1/+9
* sparc: assembly version of memmove for ultra1+Jose E. Marchesi2017-12-142-0/+3
* sparc: Fix sparv9 multiarch buildAdhemerval Zanella2017-12-011-1/+1
* sparc: refactor cpu_relax to CAdhemerval Zanella2017-12-012-1/+1
* sparc: refactor sparc32 nearbyint{f} selector to CAdhemerval Zanella2017-12-017-32/+75
* sparc: refactor sparc32 rint{f} selector to CAdhemerval Zanella2017-12-017-30/+74
* sparc: refactor sparc32 llrint{f} selector to CAdhemerval Zanella2017-12-017-33/+73
* sparc: refactor sparc32 fabs{f} selector to CAdhemerval Zanella2017-12-017-30/+74
* sparc: refactor sparc32 copysign selector to CAdhemerval Zanella2017-12-017-36/+91
* Remove SPARC lllrint aliases.Joseph Myers2017-11-302-6/+0
* Use libm_alias_float for sparc.Joseph Myers2017-11-3011-11/+22
* Use libm_alias_double for sparc.Joseph Myers2017-11-2911-50/+22
* Fix missing sparcv9 --disable-multi-arch fabsl compat symbol (bug 22229).Joseph Myers2017-11-291-0/+4
* sparc: Assume VIS3 supportAdhemerval Zanella2017-11-2910-50/+27
* sparc: Implement memset/bzero ifunc selection in CAdhemerval Zanella2017-11-285-5/+33
* sparc: Implement memcpy/mempcpy ifunc selection in CAdhemerval Zanella2017-11-285-5/+37
* Restore sparc32 copysignl, fabsl, fmal compat symbols (bug 22229).Joseph Myers2017-10-043-0/+19
* Define and use libm_alias_double.Joseph Myers2017-09-132-1/+5
* Remove SPARC sqrt wrappers (bug 21973).Joseph Myers2017-08-217-226/+0
* Obsolete matherr, _LIB_VERSION, libieee.a.Joseph Myers2017-08-214-0/+4
* Optimize generic spinlock code and use C11 like atomic macros.Stefan Liebler2017-06-061-0/+3
* sparc: Fix .udiv plt on libcAdhemerval Zanella2017-04-061-0/+1
* sparc: Remove optimized math routines which cause testsuite failures.David S. Miller2017-02-0314-421/+0
* Move wrappers to libm-compat-calls-autoGabriel F. T. Gomes2017-01-047-3/+4
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-0143-43/+43
* Remove remnants of .og patternsFlorian Weimer2016-09-201-2/+0
* nptl: Consolidate sem_init implementationsAdhemerval Zanella2016-09-151-1/+0
* nptl: Remove sparc sem_waitAdhemerval Zanella2016-09-151-1/+0
* nptl: Consolidate sem_open implementationsAdhemerval Zanella2016-09-151-1/+0
* Make common fdim implementation generic.Paul E. Murphy2016-09-014-1/+7
* sparcv9: Restore fdiml@GLIBC_2.1Paul E. Murphy2016-08-291-1/+1
* sparc32/sparcv9: add a VIS3 version of fdimAurelien Jarno2016-08-055-1/+114
* sparc: remove fdim sparc specific implementationsAurelien Jarno2016-08-057-174/+2
* sparc: build with -mvis on sparc32/sparcv9 and sparc64Aurelien Jarno2016-08-051-1/+1
* Fix sNaN handling in nearbyint on 32-bit sparc.David S. Miller2016-08-024-10/+10