From b80b3618dc7c3da40c530ef0bbdcde139fc7b4a1 Mon Sep 17 00:00:00 2001 From: Adhemerval Zanella Date: Tue, 6 Feb 2024 16:52:45 -0300 Subject: bench-malloc-thread: Add libm for powf The bench-malloc-thread.c:63 does use powf and compiler might not optimzie it away. --- benchtests/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/benchtests/Makefile b/benchtests/Makefile index 05b8751c55..04a57b2873 100644 --- a/benchtests/Makefile +++ b/benchtests/Makefile @@ -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) -- cgit 1.4.1