1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00
2000-06-04  Jakub Jelinek  <jakub@redhat.com>

	* sysdeps/i386/fpu/bits/mathinline.h: Only inline sinh, cosh and tanh
	if -ffast-math.
This commit is contained in:
Ulrich Drepper
2000-06-04 16:39:33 +00:00
parent 61da76873e
commit 1dd548500f
5 changed files with 15 additions and 3 deletions

View File

@ -31,7 +31,7 @@ __pthread_spin_lock (pthread_spinlock_t *lock)
" membar #StoreLoad | #StoreStore\n"
".subsection 2\n"
"2: ldub [%0], %%g5\n"
" brnz,pt 2b\n"
" brnz,pt %%g5, 2b\n"
" membar #LoadLoad\n"
" b,a,pt %%xcc, 1b\n"
".previous"