Search found 4 matches
- Sun Dec 30, 2012 11:24 am
- Forum: Compiling Audacity
- Topic: libsoxr library in Windows x64 platform
- Replies: 5
- Views: 5310
Re: libsoxr library in Windows x64 platform
But I can't understand one think. x64 platform doesn't support inline asm. How you can compile this with inline asm in microsoft compiler / x64 platform. I am using VC++ express 2012. I have looked the last version of libsoxr and these inline asm code still there. I thought perhaps VS 2008 still su...
- Sat Dec 29, 2012 12:32 pm
- Forum: Compiling Audacity
- Topic: libsoxr library in Windows x64 platform
- Replies: 5
- Views: 5310
Re: libsoxr library in Windows x64 platform
Hello Again,
I could compile with MinGW64 gcc compilers. I just wanted to write here maybe because somebody else can need it.
Best,
I could compile with MinGW64 gcc compilers. I just wanted to write here maybe because somebody else can need it.
Best,
- Sat Dec 29, 2012 8:11 am
- Forum: Compiling Audacity
- Topic: libsoxr library in Windows x64 platform
- Replies: 5
- Views: 5310
Re: libsoxr library in Windows x64 platform
Hello Gale, Thank you for your answer. Your are right about that it is not directly related to Audacity. I will contact with Rob. But I can't understand one think. x64 platform doesn't support inline asm. How you can compile this with inline asm in microsoft compiler / x64 platform. I am using VC++ ...
- Fri Dec 28, 2012 10:37 am
- Forum: Compiling Audacity
- Topic: libsoxr library in Windows x64 platform
- Replies: 5
- Views: 5310
libsoxr library in Windows x64 platform
Hello, I am trying to compile libsoxr library for Windows x64 platform. In Windows x64 platform inline asm is not supported and these lines of code can't be compile; static __inline int fetestexcept(int excepts) { short status_word; __asm fnstsw status_word return status_word & excepts & FE_ALL_EXCE...