Skip to content
Snippets Groups Projects
Commit 8a9c919c authored by Christian Kandeler's avatar Christian Kandeler
Browse files

Botan: Add some #defines potentially increasing performance.

parent cea32d64
No related branches found
No related tags found
No related merge requests found
...@@ -38,4 +38,11 @@ ...@@ -38,4 +38,11 @@
# include "build_unix.h" # include "build_unix.h"
#endif #endif
#ifdef QT_ARCH_I386
#define BOTAN_TARGET_ARCH_IS_IA32
#define BOTAN_TARGET_CPU_IS_I686
#elif defined(QT_ARCH_X86_64)
#define BOTAN_TARGET_ARCH_IS_AMD64
#endif
#endif #endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment