]> sourceware.org Git - glibc.git/commit - ChangeLog
Add optimized expf for x86
authorLiubov Dmitrieva <liubov.dmitrieva@gmail.com>
Mon, 14 May 2012 09:18:44 +0000 (11:18 +0200)
committerAndreas Jaeger <aj@suse.de>
Mon, 14 May 2012 09:23:56 +0000 (11:23 +0200)
commitd7bb4c428aed3126614b999336397e9e55e6f486
tree5ef5998ab4f1fdae4dbe320e74f2c45c4678feae
parent9dc4e1fbfcebda9c5f1eaab1d777cc0bdbfafa47
Add optimized expf for x86

2012-05-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>

* sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
* sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
* sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
* sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
ChangeLog
sysdeps/i386/i686/fpu/multiarch/Makefile [new file with mode: 0644]
sysdeps/i386/i686/fpu/multiarch/e_expf-ia32.S [new file with mode: 0644]
sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S [new file with mode: 0644]
sysdeps/i386/i686/fpu/multiarch/e_expf.c [new file with mode: 0644]
This page took 0.038253 seconds and 5 git commands to generate.