From 202d48dab92e0f031928528589f086835595afe5 Mon Sep 17 00:00:00 2001 From: Andrew Senkevich Date: Thu, 14 May 2015 17:26:49 +0300 Subject: This patch adds infrastructure for addition of SIMD declarations for math functions in math.h. Added new headers math-vector.h (only generic version for now) and libm-simd-decl-stubs.h with empty definitions required for proper unfolding of new macros __MATHCALL_VEC which will be used for declaration of vector math functions. 2015-05-14 Andrew Senkevich * bits/math-vector.h: New file. * bits/libm-simd-decl-stubs.h: New header. * math/Makefile (headers): Added new header libm-simd-decl-stubs.h. * math/math.h (__MATHCALL_VEC): New macro. --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index acf630ee14..d32e8daa7f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2015-05-14 Andrew Senkevich + * bits/math-vector.h: New file. + * bits/libm-simd-decl-stubs.h: New header. + * math/Makefile (headers): Added new header + libm-simd-decl-stubs.h. + * math/math.h (__MATHCALL_VEC): New macro. + * math/gen-libm-have-vector-test.sh: Script generates series of macros for conditions in testing functions. * math/Makefile: Added call of libm-have-vector-test.sh. -- cgit 1.4.1