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:
Adhemerval Zanella 2024-02-06 16:52:45 -03:00
parent 6677c61903
commit b80b3618dc

View File

@ -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)