public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc/azanella/clang] benchtest: Link bench-malloc-thread with libm
@ 2022-06-09 21:26 Adhemerval Zanella
  0 siblings, 0 replies; 8+ messages in thread
From: Adhemerval Zanella @ 2022-06-09 21:26 UTC (permalink / raw)
  To: glibc-cvs

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

commit 33c24f2a7fb49505e5176c76d211889fd029a5b2
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Mon Apr 4 09:33:07 2022 -0300

    benchtest: Link bench-malloc-thread with libm
    
    It uses powf and compiler might not optimize it away.

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

diff --git a/benchtests/Makefile b/benchtests/Makefile
index d6cd9e661c..f1a8795f08 100644
--- a/benchtests/Makefile
+++ b/benchtests/Makefile
@@ -285,6 +285,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] 8+ messages in thread

* [glibc/azanella/clang] benchtest: Link bench-malloc-thread with libm
@ 2022-06-09 13:22 Adhemerval Zanella
  0 siblings, 0 replies; 8+ messages in thread
From: Adhemerval Zanella @ 2022-06-09 13:22 UTC (permalink / raw)
  To: glibc-cvs

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

commit 33c24f2a7fb49505e5176c76d211889fd029a5b2
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Mon Apr 4 09:33:07 2022 -0300

    benchtest: Link bench-malloc-thread with libm
    
    It uses powf and compiler might not optimize it away.

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

diff --git a/benchtests/Makefile b/benchtests/Makefile
index d6cd9e661c..f1a8795f08 100644
--- a/benchtests/Makefile
+++ b/benchtests/Makefile
@@ -285,6 +285,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] 8+ messages in thread

* [glibc/azanella/clang] benchtest: Link bench-malloc-thread with libm
@ 2022-06-03 14:12 Adhemerval Zanella
  0 siblings, 0 replies; 8+ messages in thread
From: Adhemerval Zanella @ 2022-06-03 14:12 UTC (permalink / raw)
  To: glibc-cvs

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

commit 04a7d3c6bac8ee2772184b9c9ef457c640bdc77d
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Mon Apr 4 09:33:07 2022 -0300

    benchtest: Link bench-malloc-thread with libm
    
    It uses powf and compiler might not optimize it away.

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

diff --git a/benchtests/Makefile b/benchtests/Makefile
index d6cd9e661c..f1a8795f08 100644
--- a/benchtests/Makefile
+++ b/benchtests/Makefile
@@ -285,6 +285,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] 8+ messages in thread

* [glibc/azanella/clang] benchtest: Link bench-malloc-thread with libm
@ 2022-05-13 14:26 Adhemerval Zanella
  0 siblings, 0 replies; 8+ messages in thread
From: Adhemerval Zanella @ 2022-05-13 14:26 UTC (permalink / raw)
  To: glibc-cvs

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

commit d0ad3f032bc2c89d6442d116d9330033161a0443
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Mon Apr 4 09:33:07 2022 -0300

    benchtest: Link bench-malloc-thread with libm
    
    It uses powf and compiler might not optimize it away.

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

diff --git a/benchtests/Makefile b/benchtests/Makefile
index 1d05d2c592..3ae16ce778 100644
--- a/benchtests/Makefile
+++ b/benchtests/Makefile
@@ -279,6 +279,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] 8+ messages in thread

* [glibc/azanella/clang] benchtest: Link bench-malloc-thread with libm
@ 2022-05-12 19:39 Adhemerval Zanella
  0 siblings, 0 replies; 8+ messages in thread
From: Adhemerval Zanella @ 2022-05-12 19:39 UTC (permalink / raw)
  To: glibc-cvs

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

commit 2f364d0868d89d1ed70c08ad3ad110977c22d686
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Mon Apr 4 09:33:07 2022 -0300

    benchtest: Link bench-malloc-thread with libm
    
    It uses powf and compiler might not optimize it away.

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

diff --git a/benchtests/Makefile b/benchtests/Makefile
index 1d05d2c592..3ae16ce778 100644
--- a/benchtests/Makefile
+++ b/benchtests/Makefile
@@ -279,6 +279,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] 8+ messages in thread

* [glibc/azanella/clang] benchtest: Link bench-malloc-thread with libm
@ 2022-05-10 18:30 Adhemerval Zanella
  0 siblings, 0 replies; 8+ messages in thread
From: Adhemerval Zanella @ 2022-05-10 18:30 UTC (permalink / raw)
  To: glibc-cvs

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

commit 8629a7160ccc0bd176d14acd843b154a2122522d
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Mon Apr 4 09:33:07 2022 -0300

    benchtest: Link bench-malloc-thread with libm
    
    It uses powf and compiler might not optimize it away.

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

diff --git a/benchtests/Makefile b/benchtests/Makefile
index 1d05d2c592..3ae16ce778 100644
--- a/benchtests/Makefile
+++ b/benchtests/Makefile
@@ -279,6 +279,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] 8+ messages in thread

* [glibc/azanella/clang] benchtest: Link bench-malloc-thread with libm
@ 2022-04-29 14:10 Adhemerval Zanella
  0 siblings, 0 replies; 8+ messages in thread
From: Adhemerval Zanella @ 2022-04-29 14:10 UTC (permalink / raw)
  To: glibc-cvs

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

commit 61ce39a17556dd7fa119419f9b549b6e6f11079d
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Mon Apr 4 09:33:07 2022 -0300

    benchtest: Link bench-malloc-thread with libm
    
    It uses powf and compiler might not optimize it away.

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

diff --git a/benchtests/Makefile b/benchtests/Makefile
index 327ce782c4..5007b93172 100644
--- a/benchtests/Makefile
+++ b/benchtests/Makefile
@@ -278,6 +278,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] 8+ messages in thread

* [glibc/azanella/clang] benchtest: Link bench-malloc-thread with libm
@ 2022-04-04 13:01 Adhemerval Zanella
  0 siblings, 0 replies; 8+ messages in thread
From: Adhemerval Zanella @ 2022-04-04 13:01 UTC (permalink / raw)
  To: glibc-cvs

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

commit 8f715d6d6189573d7a8b507bdd129ea1f2cea108
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Mon Apr 4 09:33:07 2022 -0300

    benchtest: Link bench-malloc-thread with libm
    
    It uses powf and compiler might not optimize it away.

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

diff --git a/benchtests/Makefile b/benchtests/Makefile
index cb02f7e67b..d4397e76e1 100644
--- a/benchtests/Makefile
+++ b/benchtests/Makefile
@@ -281,6 +281,7 @@ $(addprefix $(objpfx)bench-,$(math-benchset)): $(libm-benchtests)
 $(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-,malloc-thread): $(libm-benchtests)


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

end of thread, other threads:[~2022-06-09 21:26 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-09 21:26 [glibc/azanella/clang] benchtest: Link bench-malloc-thread with libm Adhemerval Zanella
  -- strict thread matches above, loose matches on Subject: below --
2022-06-09 13:22 Adhemerval Zanella
2022-06-03 14:12 Adhemerval Zanella
2022-05-13 14:26 Adhemerval Zanella
2022-05-12 19:39 Adhemerval Zanella
2022-05-10 18:30 Adhemerval Zanella
2022-04-29 14:10 Adhemerval Zanella
2022-04-04 13:01 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).