mirror of
https://sourceware.org/git/glibc.git
synced 2025-06-03 13:22:05 +03:00
With the recent tuning the C version of rwlocks is basically the same performance as the x86 assembler version for uncontended locks (with a a few cycles near the run-to-run variability). For others it should not matter anyways. So remove the assembler code and use the C version like other architectures.