Version
menu_open
link
Target Platform(s):

include/AK/SoundEngine/Platforms/Android/AkTypes.h

Go to the documentation of this file.
00001 
00002 //
00003 // Copyright (c) 2011 Audiokinetic Inc. / All Rights Reserved
00004 //
00006 
00007 // AkTypes.h
00008 
00011 
00012 #pragma once
00013 
00014 #define AK_ANDROID
00015 #define AK_LFECENTER                            ///< Internal use
00016 #define AK_REARCHANNELS                         ///< Internal use
00017 
00018 #if defined(__LP64__) || defined(_LP64)
00019 #ifdef __aarch64__
00020 #define AK_CPU_ARM_64   
00021 #else
00022 #define AK_CPU_X86_64
00023 #endif
00024 #else
00025 #ifdef __arm__
00026 #define AK_CPU_ARM
00027 #else
00028 //#define AK_CPU_X86    //To enable when SIMD defines are enabled.
00029 #endif
00030 #endif
00031 
00032 #include <AK/SoundEngine/Platforms/POSIX/AkTypes.h>

Was this page helpful?

Need Support?

Questions? Problems? Need more info? Contact us, and we can help!

Visit our Support page

Tell us about your project. We're here to help.

Register your project and we'll help you get started with no strings attached!

Get started with Wwise