public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc/azanella/clang] bench-malloc-thread: Add libm for powf
@ 2024-04-17 20:15 Adhemerval Zanella
  0 siblings, 0 replies; 4+ messages in thread
From: Adhemerval Zanella @ 2024-04-17 20:15 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=b80b3618dc7c3da40c530ef0bbdcde139fc7b4a1

commit b80b3618dc7c3da40c530ef0bbdcde139fc7b4a1
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Tue Feb 6 16:52:45 2024 -0300

    bench-malloc-thread: Add libm for powf
    
    The bench-malloc-thread.c:63 does use powf and compiler might not
    optimzie it away.

Diff:
---
 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)

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [glibc/azanella/clang] bench-malloc-thread: Add libm for powf
@ 2024-04-02 16:01 Adhemerval Zanella
  0 siblings, 0 replies; 4+ messages in thread
From: Adhemerval Zanella @ 2024-04-02 16:01 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=992d642b0272dccd5c2011b90fd82a8c44c5c49c

commit 992d642b0272dccd5c2011b90fd82a8c44c5c49c
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Tue Feb 6 16:52:45 2024 -0300

    bench-malloc-thread: Add libm for powf
    
    The bench-malloc-thread.c:63 does use powf and compiler might not
    optimzie it away.

Diff:
---
 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)

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [glibc/azanella/clang] bench-malloc-thread: Add libm for powf
@ 2024-02-09 17:39 Adhemerval Zanella
  0 siblings, 0 replies; 4+ messages in thread
From: Adhemerval Zanella @ 2024-02-09 17:39 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=c93082545716dac16b9c408e6069f07e412d4409

commit c93082545716dac16b9c408e6069f07e412d4409
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Tue Feb 6 16:52:45 2024 -0300

    bench-malloc-thread: Add libm for powf
    
    The bench-malloc-thread.c:63 does use powf and compiler might not
    optimzie it away.

Diff:
---
 benchtests/Makefile | 1 +
 1 file changed, 1 insertion(+)

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)

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [glibc/azanella/clang] bench-malloc-thread: Add libm for powf
@ 2024-02-07 14:15 Adhemerval Zanella
  0 siblings, 0 replies; 4+ messages in thread
From: Adhemerval Zanella @ 2024-02-07 14:15 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=b5f8e51d8a892fd9272bfdb9539c8a0c8ae690d5

commit b5f8e51d8a892fd9272bfdb9539c8a0c8ae690d5
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Tue Feb 6 16:52:45 2024 -0300

    bench-malloc-thread: Add libm for powf
    
    The bench-malloc-thread.c:63 does use powf and compiler might not
    optimzie it away.

Diff:
---
 benchtests/Makefile | 1 +
 1 file changed, 1 insertion(+)

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)

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-04-17 20:15 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-17 20:15 [glibc/azanella/clang] bench-malloc-thread: Add libm for powf Adhemerval Zanella
  -- strict thread matches above, loose matches on Subject: below --
2024-04-02 16:01 Adhemerval Zanella
2024-02-09 17:39 Adhemerval Zanella
2024-02-07 14:15 Adhemerval Zanella

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).