From 1c15464ca05f36db5c582856d3770d5e8bde9d61 Mon Sep 17 00:00:00 2001 From: Adhemerval Zanella Date: Tue, 17 Mar 2020 15:46:29 -0300 Subject: math: Remove inline math tests With mathinline removal there is no need to keep building and testing inline math tests. The gen-libm-tests.py support to generate ULP_I_* is removed and all libm-test-ulps files are updated to longer have the i{float,double,ldouble} entries. The support for no-test-inline is also removed from both gen-auto-libm-tests and the auto-libm-test-out-* were regenerated. Checked on x86_64-linux-gnu and i686-linux-gnu. --- math/test-double-vlen8.h | 1 - 1 file changed, 1 deletion(-) (limited to 'math/test-double-vlen8.h') diff --git a/math/test-double-vlen8.h b/math/test-double-vlen8.h index e867047..466fa00 100644 --- a/math/test-double-vlen8.h +++ b/math/test-double-vlen8.h @@ -17,7 +17,6 @@ . */ #include "test-double.h" -#include "test-math-no-inline.h" #include "test-math-vector.h" #define VEC_SUFF _vlen8 -- cgit v1.1