summaryrefslogtreecommitdiff
path: root/tests/tcmp2.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tcmp2.c')
-rw-r--r--tests/tcmp2.c9
1 files changed, 2 insertions, 7 deletions
diff --git a/tests/tcmp2.c b/tests/tcmp2.c
index 1bb2db4e1..2b82f92bd 100644
--- a/tests/tcmp2.c
+++ b/tests/tcmp2.c
@@ -280,13 +280,8 @@ int
main (void)
{
int i,j; double x=1.0, y, z;
-#ifdef __mips
- /* to get denormalized numbers on IRIX64 */
- union fpc_csr exp;
- exp.fc_word = get_fpc_csr();
- exp.fc_struct.flush = 0;
- set_fpc_csr(exp.fc_word);
-#endif
+
+ mpfr_test_init ();
worst_cases ();
special ();