[libc] math fuzzing MPFR include statement (#102358)
Updated the include statement for MPFR
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "src/math/cos.h"
|
||||
#include "utils/MPFRWrapper/mpfr_inc.h"
|
||||
#include <math.h>
|
||||
#include <mpfr.h>
|
||||
|
||||
extern "C" int LLVMFuzzerTestOneInput(const double x) {
|
||||
// remove NaN and inf as preconditions
|
||||
|
||||
@@ -11,8 +11,8 @@
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "src/math/sin.h"
|
||||
#include "utils/MPFRWrapper/mpfr_inc.h"
|
||||
#include <math.h>
|
||||
#include <mpfr.h>
|
||||
|
||||
extern "C" int LLVMFuzzerTestOneInput(const double x) {
|
||||
// remove NaN and inf as preconditions
|
||||
|
||||
@@ -11,8 +11,8 @@
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "src/math/tan.h"
|
||||
#include "utils/MPFRWrapper/mpfr_inc.h"
|
||||
#include <math.h>
|
||||
#include <mpfr.h>
|
||||
|
||||
extern "C" int LLVMFuzzerTestOneInput(const double x) {
|
||||
// remove NaN and inf as preconditions
|
||||
|
||||
Reference in New Issue
Block a user