mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-23 13:30:06 +00:00
bench-malloc-thread: Add libm for powf
The bench-malloc-thread.c:63 does use powf and compiler might not optimzie it away.
This commit is contained in:
parent
6677c61903
commit
b80b3618dc
@ -318,6 +318,7 @@ $(addprefix $(objpfx)bench-,$(bench-pthread)): $(thread-library-benchtests)
|
||||
$(addprefix $(objpfx)bench-,$(bench-malloc)): $(thread-library-benchtests)
|
||||
$(addprefix $(objpfx)bench-,pthread-locks): $(libm-benchtests)
|
||||
$(addprefix $(objpfx)bench-,pthread-mutex-locks): $(libm-benchtests)
|
||||
$(addprefix $(objpfx)bench-,malloc-thread): $(libm-benchtests)
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user