1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-21 16:37:12 +01:00

Inline assembler not available for 64-bit targets

This commit is contained in:
Leland Lucius
2020-05-29 10:57:41 -05:00
parent 9360359e9d
commit 7e1f5faaa6

View File

@@ -42,7 +42,7 @@
** 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
// producing errors in newer Visual Studio versions.