This patch adds infrastructure for addition of SIMD
commita50ac6ec0a8e23e1b062e92545606951747c8b8c
authorAndrew Senkevich <andrew.senkevich@intel.com>
Tue, 28 Apr 2015 10:48:22 +0000 (28 13:48 +0300)
committerAndrew Senkevich <andrew.n.senkevich@gmail.com>
Tue, 28 Apr 2015 10:48:22 +0000 (28 13:48 +0300)
treebf5a7ac5263aa010b439f0cda5de8e764044c85b
parent93c1dba3b429eae4569dc0aeb3dff30e95cb0088
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-04-28  Andrew Senkevich  <andrew.senkevich@intel.com>

    * 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.
bits/libm-simd-decl-stubs.h [new file with mode: 0644]
bits/math-vector.h [new file with mode: 0644]
math/Makefile
math/math.h