Generic wrapper for the log() function.
More...
#include <Log.h>
|
template<typename T > |
static constexpr bool | simdEnabled () |
| Returns whether SIMD is enabled for the specified data type T. More...
|
|
Generic wrapper for the log() function.
Returns the result of the log() function for the given SIMD vector.
- Parameters
-
- Returns
- The result of the log() function for the given SIMD vector.
Returns the result of the log() function for the given object/value.
- Parameters
-
- Returns
- The result of the log() function for the given object/value.
template<typename T >
static constexpr bool blaze::Log::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:
- blaze/math/functors/Log.h