From 051063c88b6e38f209c820977e1dcc909ec97421 Mon Sep 17 00:00:00 2001 From: Siddhesh Poyarekar Date: Tue, 23 Apr 2013 16:29:07 +0530 Subject: Add benchmark inputs for math functions Add benchmark inputs for inverse and hyperbolic trigonometric functions and log. --- benchtests/acos-inputs | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 benchtests/acos-inputs (limited to 'benchtests/acos-inputs') diff --git a/benchtests/acos-inputs b/benchtests/acos-inputs new file mode 100644 index 0000000000..b527af35e4 --- /dev/null +++ b/benchtests/acos-inputs @@ -0,0 +1,7 @@ +0.5 +0.1 +0.2 +0.3 +0.4 +0.8 +0.7 -- cgit v1.2.3