From: Adhemerval Zanella Date: Thu, 20 Nov 2025 18:30:15 +0000 (-0300) Subject: bench-malloc-thread: Add libm for powf X-Git-Tag: glibc-2.43~169 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=52524467afc2398140c65a8ca4c937a085e592b5;p=thirdparty%2Fglibc.git bench-malloc-thread: Add libm for powf The compiler might not constant fold the call, which issues linker error. Reviewed-by: Sam James --- diff --git a/benchtests/Makefile b/benchtests/Makefile index 5a405f6fbb..2ecdde857e 100644 --- a/benchtests/Makefile +++ b/benchtests/Makefile @@ -397,6 +397,8 @@ $(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) +$(addprefix $(objpfx)bench-,calloc-thread): $(libm-benchtests)