|
Krita Source Code Documentation
|
#include "KisSupportedArchitectures.h"#include <KConfigGroup>#include <KSharedConfig>#include <kis_debug.h>#include "xsimd_extensions/xsimd.hpp"#include <KoMultiArchBuildSupport.h>Go to the source code of this file.
Classes | |
| struct | detail::ArchToString< arch > |
| struct | detail::ArchToString< xsimd::generic > |
| struct | detail::ArchToStringBase |
| struct | detail::ArchToStringFactory |
| struct | is_supported_arch< S > |
Namespaces | |
| namespace | detail |
Macros | |
| #define | CHECK_ARCH(arch) if (available.arch) archsList << #arch |
| #define | XSIMD_SUPPORTS_OLD_ARCH_DETECTION |
| #define CHECK_ARCH | ( | arch | ) | if (available.arch) archsList << #arch |
| #define XSIMD_SUPPORTS_OLD_ARCH_DETECTION |
Definition at line 65 of file KisSupportedArchitectures.cpp.