|
Stratax
Scientific computing containers and operations
|
#include <cstddef>Go to the source code of this file.
Namespaces | |
| namespace | stratax |
| namespace | stratax::core |
| namespace | stratax::core::config |
Variables | |
| constexpr std::size_t | stratax::core::config::default_alignment = 64 |
| Default alignment used by Stratax allocations. | |
| constexpr bool | stratax::core::config::bounds_checking = true |
| Enables or disables bounds checking in array operations. | |
| constexpr bool | stratax::core::config::use_simd = true |
| Controls whether SIMD code paths are enabled. | |
| constexpr bool | stratax::core::config::use_multithreading = false |
| Controls whether multithreaded code paths are enabled. | |
| constexpr bool | stratax::core::config::use_cuda = false |
| Controls whether CUDA code paths are enabled. | |