mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-21 08:27:13 +01:00
Inline assembler not available for 64-bit targets
This commit is contained in:
@@ -42,7 +42,7 @@
|
|||||||
** the config.h file.
|
** the config.h file.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#if (defined (WIN32) || defined (_WIN32))
|
#if (defined (WIN32) || defined (_WIN32)) && defined(_M_IX86)
|
||||||
|
|
||||||
// Including math.h allows us to use the inline assembler versions without
|
// Including math.h allows us to use the inline assembler versions without
|
||||||
// producing errors in newer Visual Studio versions.
|
// producing errors in newer Visual Studio versions.
|
||||||
|
|||||||
Reference in New Issue
Block a user