mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
Update.
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:
@ -31,7 +31,7 @@ __pthread_spin_lock (pthread_spinlock_t *lock)
|
||||
" membar #StoreLoad | #StoreStore\n"
|
||||
".subsection 2\n"
|
||||
"2: ldub [%0], %%g2\n"
|
||||
" brnz,pt 2b\n"
|
||||
" brnz,pt %%g2, 2b\n"
|
||||
" membar #LoadLoad\n"
|
||||
" b,a,pt %%xcc, 1b\n"
|
||||
".previous"
|
||||
|
@ -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"
|
||||
|
Reference in New Issue
Block a user