Skip to content

Commit 3af6e16

Browse files
authored
Update binomial.hpp
1 parent 195b747 commit 3af6e16

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

Libraries/oneMKL/binomial/src/binomial.hpp

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@
99

1010
#include <chrono>
1111

12-
#ifndef DATA_TYPE
13-
#define DATA_TYPE double
14-
#endif
15-
1612
#ifndef VERBOSE
1713
#define VERBOSE 0
1814
#endif
@@ -45,6 +41,7 @@ constexpr int opt_n =
4541
#define __VERSION__ __clang_major__
4642
#endif
4743

44+
template<typename DATA_TYPE>
4845
class Binomial {
4946
public:
5047
Binomial();
@@ -73,4 +70,6 @@ class timer {
7370
std::chrono::steady_clock::time_point t1_, t2_;
7471
};
7572

73+
bool is_fp64();
74+
7675
#endif // __Binomial_HPP__

0 commit comments

Comments
 (0)