search for: flac__64bit_arch

Displaying 1 result from an estimated 1 matches for "flac__64bit_arch".

2015 Dec 28
6
How to check for 64-bit CPU?
...or "defined _WIN64". Is it possible to use SIZEOF_VOIDP? such as "#if SIZEOF_VOIDP == 8" ? B) Does it make sense to put the following code into some header file? (if yes, what header file should be used?) #if (defined FLAC__CPU_X86_64) || ...something else here... #define FLAC__64BIT_ARCH 1 #else #undef FLAC__64BIT_ARCH #endif