File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11
11
// ===----------------------------------------------------------------------===//
12
12
13
13
#include " src/math/cos.h"
14
+ #include " utils/MPFRWrapper/mpfr_inc.h"
14
15
#include < math.h>
15
- #include < mpfr.h>
16
16
17
17
extern " C" int LLVMFuzzerTestOneInput (const double x) {
18
18
// remove NaN and inf as preconditions
Original file line number Diff line number Diff line change 11
11
// ===----------------------------------------------------------------------===//
12
12
13
13
#include " src/math/sin.h"
14
+ #include " utils/MPFRWrapper/mpfr_inc.h"
14
15
#include < math.h>
15
- #include < mpfr.h>
16
16
17
17
extern " C" int LLVMFuzzerTestOneInput (const double x) {
18
18
// remove NaN and inf as preconditions
Original file line number Diff line number Diff line change 11
11
// ===----------------------------------------------------------------------===//
12
12
13
13
#include " src/math/tan.h"
14
+ #include " utils/MPFRWrapper/mpfr_inc.h"
14
15
#include < math.h>
15
- #include < mpfr.h>
16
16
17
17
extern " C" int LLVMFuzzerTestOneInput (const double x) {
18
18
// remove NaN and inf as preconditions
You can’t perform that action at this time.
0 commit comments