Functions.h
Go to the documentation of this file.
1 //=================================================================================================
33 //=================================================================================================
34 
35 #ifndef _BLAZE_MATH_SIMD_FUNCTIONS_H_
36 #define _BLAZE_MATH_SIMD_FUNCTIONS_H_
37 
38 
39 //*************************************************************************************************
40 // Includes
41 //*************************************************************************************************
42 
43 #include <blaze/math/simd/Abs.h>
44 #include <blaze/math/simd/Acos.h>
45 #include <blaze/math/simd/Acosh.h>
47 #include <blaze/math/simd/Asin.h>
48 #include <blaze/math/simd/Asinh.h>
49 #include <blaze/math/simd/Atan.h>
50 #include <blaze/math/simd/Atan2.h>
51 #include <blaze/math/simd/Atanh.h>
52 #include <blaze/math/simd/Cbrt.h>
53 #include <blaze/math/simd/Ceil.h>
54 #include <blaze/math/simd/Conj.h>
55 #include <blaze/math/simd/Cos.h>
56 #include <blaze/math/simd/Cosh.h>
58 #include <blaze/math/simd/Erf.h>
59 #include <blaze/math/simd/Erfc.h>
60 #include <blaze/math/simd/Exp.h>
61 #include <blaze/math/simd/Exp2.h>
62 #include <blaze/math/simd/Exp10.h>
63 #include <blaze/math/simd/Floor.h>
64 #include <blaze/math/simd/FMA.h>
65 #include <blaze/math/simd/Hypot.h>
68 #include <blaze/math/simd/Loada.h>
69 #include <blaze/math/simd/Loadu.h>
70 #include <blaze/math/simd/Log.h>
71 #include <blaze/math/simd/Log2.h>
72 #include <blaze/math/simd/Log10.h>
73 #include <blaze/math/simd/Max.h>
74 #include <blaze/math/simd/Min.h>
76 #include <blaze/math/simd/Pow.h>
78 #include <blaze/math/simd/Round.h>
79 #include <blaze/math/simd/Set.h>
81 #include <blaze/math/simd/Sin.h>
82 #include <blaze/math/simd/Sinh.h>
83 #include <blaze/math/simd/Sqrt.h>
84 #include <blaze/math/simd/Storea.h>
85 #include <blaze/math/simd/Storeu.h>
86 #include <blaze/math/simd/Stream.h>
88 #include <blaze/math/simd/Tan.h>
89 #include <blaze/math/simd/Tanh.h>
90 #include <blaze/math/simd/Trunc.h>
91 
92 #endif
Header file for the SIMD cubit root functionality.
Header file for the SIMD complementary error function (erfc) functionality.
Header file for the SIMD inverse cubit root functionality.
Header file for the SIMD binary (base-2) logarithm functionality.
Header file for the SIMD stream functionality.
Header file for the SIMD min functionality.
Header file for the SIMD inverse hyperbolic tangent functionality.
Header file for the SIMD hyperbolic tangent functionality.
Header file for the SIMD subtraction functionality.
Header file for the SIMD multiplication functionality.
Header file for the SIMD inverse hyperbolic sine functionality.
Header file for the SIMD trunc functionality.
Header file for the SIMD cosine functionality.
Header file for the SIMD square root functionality.
Header file for the SIMD inverse square root functionality.
Header file for the SIMD fused multiply-add (FMA) functionality.
Header file for the SIMD conj functionality.
Header file for the SIMD aligned store functionality.
Header file for the SIMD floor functionality.
Header file for the SIMD inverse tangent functionality.
Header file for the SIMD exp2 functionality.
Header file for the SIMD error function (erf) functionality.
Header file for the SIMD unaligned store functionality.
Header file for the SIMD hypothenous functionality.
Header file for the SIMD inverse sine functionality.
Header file for the SIMD tangent functionality.
Header file for the SIMD power functionality.
Header file for the SIMD sine functionality.
Header file for the SIMD set functionality.
Header file for the SIMD setzero functionality.
Header file for the SIMD inverse cosine functionality.
Header file for the SIMD hyperbolic sine functionality.
Header file for the SIMD ceil functionality.
Header file for the SIMD aligned load functionality.
Header file for the SIMD natural logarithm functionality.
Header file for the SIMD inverse hyperbolic cosine functionality.
Header file for the SIMD round functionality.
Header file for the SIMD max functionality.
Header file for the SIMD exp functionality.
Header file for the SIMD reduction functionality.
Header file for the SIMD abs functionality.
Header file for the SIMD multi-valued inverse tangent functionality.
Header file for the SIMD hyperbolic cosine functionality.
Header file for the SIMD addition functionality.
Header file for the SIMD division functionality.
Header file for the SIMD exp10 functionality.
Header file for the SIMD common (base-10) logarithm functionality.
Header file for the SIMD unaligned load functionality.