Krita Source Code Documentation
Loading...
Searching...
No Matches
KisSupportedArchitectures.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2022 L. E. Segovia <amy@amyspark.me>
3 *
4 * SPDX-License-Identifier: GPL-2.0-or-later
5 */
6
7#ifndef KIS_SUPPORTED_ARCHITECTURES_H
8#define KIS_SUPPORTED_ARCHITECTURES_H
9
10#include "kritamultiarch_export.h"
11
12#include <QString>
13
14class KRITAMULTIARCH_EXPORT KisSupportedArchitectures
15{
16public:
17 static QString baseArchName();
18
19 static QString bestArchName();
20
21 static unsigned int bestArch();
22
23 static QString supportedInstructionSets();
24};
25
26#endif // KIS_SUPPORTED_ARCHITECTURES_H
static unsigned int bestArch()