public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc/azanella/clang] bench-malloc-thread: Add libm for powf
@ 2024-02-07 14:15 Adhemerval Zanella
0 siblings, 0 replies; 9+ 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] 9+ messages in thread
* [glibc/azanella/clang] bench-malloc-thread: Add libm for powf
@ 2025-11-20 18:29 Adhemerval Zanella
0 siblings, 0 replies; 9+ messages in thread
From: Adhemerval Zanella @ 2025-11-20 18:29 UTC (permalink / raw)
To: glibc-cvs
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=413d39915667d55b9ee1b39821d85db93227d7dc
commit 413d39915667d55b9ee1b39821d85db93227d7dc
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date: Tue Feb 6 16:52:45 2024 -0300
bench-malloc-thread: Add libm for powf
The compiler might not constant fold the call, which issues
linker error.
Diff:
---
benchtests/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/benchtests/Makefile b/benchtests/Makefile
index 0d3dfdfc36..b740ea15a7 100644
--- a/benchtests/Makefile
+++ b/benchtests/Makefile
@@ -393,6 +393,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)
^ permalink raw reply [flat|nested] 9+ messages in thread
* [glibc/azanella/clang] bench-malloc-thread: Add libm for powf
@ 2025-10-28 17:11 Adhemerval Zanella
0 siblings, 0 replies; 9+ messages in thread
From: Adhemerval Zanella @ 2025-10-28 17:11 UTC (permalink / raw)
To: glibc-cvs
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=b6bdd22daa6fb41465f6f72243277b8e8207686b
commit b6bdd22daa6fb41465f6f72243277b8e8207686b
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 | 2 ++
1 file changed, 2 insertions(+)
diff --git a/benchtests/Makefile b/benchtests/Makefile
index b4d92b1c04..5c87f33488 100644
--- a/benchtests/Makefile
+++ b/benchtests/Makefile
@@ -387,6 +387,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)
^ permalink raw reply [flat|nested] 9+ messages in thread
* [glibc/azanella/clang] bench-malloc-thread: Add libm for powf
@ 2025-10-17 19:16 Adhemerval Zanella
0 siblings, 0 replies; 9+ messages in thread
From: Adhemerval Zanella @ 2025-10-17 19:16 UTC (permalink / raw)
To: glibc-cvs
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=0dcfc2b8789b4fc911882da1c214d82d90633144
commit 0dcfc2b8789b4fc911882da1c214d82d90633144
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 | 2 ++
1 file changed, 2 insertions(+)
diff --git a/benchtests/Makefile b/benchtests/Makefile
index b4d92b1c04..5c87f33488 100644
--- a/benchtests/Makefile
+++ b/benchtests/Makefile
@@ -387,6 +387,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)
^ permalink raw reply [flat|nested] 9+ messages in thread
* [glibc/azanella/clang] bench-malloc-thread: Add libm for powf
@ 2025-04-10 18:17 Adhemerval Zanella
0 siblings, 0 replies; 9+ messages in thread
From: Adhemerval Zanella @ 2025-04-10 18:17 UTC (permalink / raw)
To: glibc-cvs
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=ddc1ad904c4a2c36fb7c949c100afad8f89a7e72
commit ddc1ad904c4a2c36fb7c949c100afad8f89a7e72
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 | 2 ++
1 file changed, 2 insertions(+)
diff --git a/benchtests/Makefile b/benchtests/Makefile
index cccee62eb0..bc5258380e 100644
--- a/benchtests/Makefile
+++ b/benchtests/Makefile
@@ -355,6 +355,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)
^ permalink raw reply [flat|nested] 9+ messages in thread
* [glibc/azanella/clang] bench-malloc-thread: Add libm for powf
@ 2025-03-25 20:26 Adhemerval Zanella
0 siblings, 0 replies; 9+ messages in thread
From: Adhemerval Zanella @ 2025-03-25 20:26 UTC (permalink / raw)
To: glibc-cvs
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=2ec127e7804334394c84aa856daa6b8ccda7166f
commit 2ec127e7804334394c84aa856daa6b8ccda7166f
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 cccee62eb0..4c7d0028c4 100644
--- a/benchtests/Makefile
+++ b/benchtests/Makefile
@@ -355,6 +355,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] 9+ messages in thread
* [glibc/azanella/clang] bench-malloc-thread: Add libm for powf
@ 2024-04-17 20:15 Adhemerval Zanella
0 siblings, 0 replies; 9+ 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] 9+ messages in thread
* [glibc/azanella/clang] bench-malloc-thread: Add libm for powf
@ 2024-04-02 16:01 Adhemerval Zanella
0 siblings, 0 replies; 9+ 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] 9+ messages in thread
* [glibc/azanella/clang] bench-malloc-thread: Add libm for powf
@ 2024-02-09 17:39 Adhemerval Zanella
0 siblings, 0 replies; 9+ 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] 9+ messages in thread
end of thread, other threads:[~2025-11-20 18:29 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-07 14:15 [glibc/azanella/clang] bench-malloc-thread: Add libm for powf Adhemerval Zanella
2024-02-09 17:39 Adhemerval Zanella
2024-04-02 16:01 Adhemerval Zanella
2024-04-17 20:15 Adhemerval Zanella
2025-03-25 20:26 Adhemerval Zanella
2025-04-10 18:17 Adhemerval Zanella
2025-10-17 19:16 Adhemerval Zanella
2025-10-28 17:11 Adhemerval Zanella
2025-11-20 18:29 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).