Generic wrapper for the division operator.
More...
#include <Div.h>
|
template<typename T1 , typename T2 > |
static constexpr bool | simdEnabled () |
| Returns whether SIMD is enabled for the specified data types T1 and T2. More...
|
|
static constexpr bool | paddingEnabled () |
| Returns whether the operation supports padding, i.e. whether it can deal with zeros. More...
|
|
Generic wrapper for the division operator.
◆ load()
template<typename T1 , typename T2 >
Returns the result of the division operation for the given SIMD vectors.
- Parameters
-
a | The left-hand side SIMD vector. |
b | The right-hand side SIMD vector. |
- Returns
- The result of the division operation for the given SIMD vectors.
◆ operator()()
template<typename T1 , typename T2 >
Returns the result of the division operator for the given objects/values.
- Parameters
-
a | The left-hand side object/value. |
b | The right-hand side object/value. |
- Returns
- The result of the division operator for the given objects/values.
◆ paddingEnabled()
static constexpr bool blaze::Div::paddingEnabled |
( |
| ) |
|
|
inlinestaticconstexpr |
Returns whether the operation supports padding, i.e. whether it can deal with zeros.
- Returns
- true in case padding is supported, false if not.
◆ simdEnabled()
template<typename T1 , typename T2 >
static constexpr bool blaze::Div::simdEnabled |
( |
| ) |
|
|
inlinestaticconstexpr |
Returns whether SIMD is enabled for the specified data types T1 and T2.
- Returns
- true in case SIMD is enabled for the data types T1 and T2, false if not.
The documentation for this struct was generated from the following file:
- blaze/math/functors/Div.h