Generic wrapper for the trunc() function.
More...
#include <Trunc.h>
|
template<typename T > |
static constexpr bool | simdEnabled () |
| Returns whether SIMD is enabled for the specified data type T. More...
|
|
Generic wrapper for the trunc() function.
◆ load()
Returns the result of the trunc() function for the given SIMD vector.
- Parameters
-
- Returns
- The result of the trunc() function for the given SIMD vector.
◆ operator()()
Returns the result of the trunc() function for the given object/value.
- Parameters
-
- Returns
- The result of the trunc() function for the given object/value.
◆ simdEnabled()
template<typename T >
static constexpr bool blaze::Trunc::simdEnabled |
( |
| ) |
|
|
inlinestatic |
Returns whether SIMD is enabled for the specified data type T.
- Returns
- true in case SIMD is enabled for the data type T, false if not.
The documentation for this struct was generated from the following file: