aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>2024-02-06 16:52:45 -0300
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>2024-02-09 10:29:19 -0300
commitc93082545716dac16b9c408e6069f07e412d4409 (patch)
treecfc8d904e6d6f206aed417cb361c2c1ac509db33
parent79a99d11da2083e551ae6fc28f692d08344069c6 (diff)
downloadglibc-c93082545716dac16b9c408e6069f07e412d4409.tar
glibc-c93082545716dac16b9c408e6069f07e412d4409.tar.gz
glibc-c93082545716dac16b9c408e6069f07e412d4409.tar.bz2
glibc-c93082545716dac16b9c408e6069f07e412d4409.zip
bench-malloc-thread: Add libm for powf
The bench-malloc-thread.c:63 does use powf and compiler might not optimzie it away.
-rw-r--r--benchtests/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/benchtests/Makefile b/benchtests/Makefile
index 4fb9bae023..dca40645fb 100644
--- a/benchtests/Makefile
+++ b/benchtests/Makefile
@@ -307,6 +307,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)