Version
menu_open
link

include/AK/SoundEngine/Platforms/Mac/AkSimd.h

Go to the documentation of this file.
00001 
00002 //
00003 // Copyright (c) 2006 Audiokinetic Inc. / All Rights Reserved
00004 //
00006 
00007 // AkSimd.h
00008 
00011 
00012 #ifndef _AK_SIMD_PLATFORM_H_
00013 #define _AK_SIMD_PLATFORM_H_
00014 
00015 #include <AK/SoundEngine/Platforms/SSE/AkSimd.h>
00016 
00018 #define AKSIMD_GETELEMENT_V4F32( __vName, __num__ )         ((float*)&(__vName))[(__num__)]                         ///< Retrieve scalar element from vector.
00019 #define AKSIMD_GETELEMENT_V2F32( __vName, __num__ )         ((float*)&(__vName))[(__num__)]                         ///< Retrieve scalar element from vector.
00020 #define AKSIMD_GETELEMENT_V4I32( __vName, __num__ )         ((int*)&(__vName))[(__num__)]                           ///< Retrieve scalar element from vector.
00021 
00022 #endif //_AK_SIMD_PLATFORM_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