Skip to content

Commit ecce9da

Browse files
committed
make relative tolerance smaller
Signed-off-by: jinge90 <[email protected]>
1 parent 8aa6469 commit ecce9da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler-rt/test/builtins/Unit/muldc3_test.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#include <complex.h>
88
#include <stdio.h>
99

10-
#define RELATIVE_TOLERANCE 1e-4
10+
#define RELATIVE_TOLERANCE 1e-9
1111

1212
// Returns: the product of a + ib and c + id
1313

0 commit comments

Comments
 (0)