public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc/maskray/relr] bench-math: Sort and put each bench per line
@ 2021-10-29 22:19 Fangrui Song
  0 siblings, 0 replies; only message in thread
From: Fangrui Song @ 2021-10-29 22:19 UTC (permalink / raw)
  To: glibc-cvs

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

commit d8e7d0638153d27c5982619c881223bd791e844e
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Fri Oct 22 16:13:11 2021 -0700

    bench-math: Sort and put each bench per line
    
    Sort and put each math bench per line to prepare for new math benches.
    
    Reviewed-by: Noah Goldstein <goldstein.w.n@gmail.com>

Diff:
---
 benchtests/Makefile | 68 ++++++++++++++++++++++++++++++++++++++++++++++++-----
 1 file changed, 62 insertions(+), 6 deletions(-)

diff --git a/benchtests/Makefile b/benchtests/Makefile
index 4fcd73131a..b690aaf65b 100644
--- a/benchtests/Makefile
+++ b/benchtests/Makefile
@@ -21,12 +21,68 @@
 subdir := benchtests
 
 include ../Makeconfig
-bench-math := acos acosh asin asinh atan atanh cos cosh exp exp2 log log2   \
-	      modf pow rint sin sincos sinh sqrt tan tanh fmin fmax fminf   \
-	      fmaxf powf trunc truncf roundeven roundevenf expf exp2f logf  \
-	      log2f sincosf sinf cosf isnan isinf isfinite hypot logb logbf \
-	      exp10f ilogb ilogbf cbrt erf erfc exp10 expm1 j0 j1 lgamma    \
-	      log10 log1p tgamma y0 y1 atan2
+
+bench-math := \
+  acos \
+  acosh \
+  asin \
+  asinh \
+  atan \
+  atan2 \
+  atanh \
+  cbrt \
+  cos \
+  cosf \
+  cosh \
+  erf \
+  erfc \
+  exp \
+  exp10 \
+  exp10f \
+  exp2 \
+  exp2f \
+  expf \
+  expm1 \
+  fmax \
+  fmaxf \
+  fmin \
+  fminf \
+  hypot \
+  ilogb \
+  ilogbf \
+  isfinite \
+  isinf \
+  isnan \
+  j0 \
+  j1 \
+  lgamma \
+  log \
+  log10 \
+  log1p \
+  log2 \
+  log2f \
+  logb \
+  logbf \
+  logf \
+  modf \
+  pow \
+  powf \
+  rint \
+  roundeven \
+  roundevenf \
+  sin \
+  sincos \
+  sincosf \
+  sinf \
+  sinh \
+  sqrt \
+  tan \
+  tanh \
+  tgamma \
+  trunc \
+  truncf \
+  y0 \
+  y1 \
 
 ifneq (,$(filter yes,$(float96-fcts)))
 bench-math += cbrtl


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-10-29 22:19 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-29 22:19 [glibc/maskray/relr] bench-math: Sort and put each bench per line Fangrui Song

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).