Re: [flac-dev] [PATCH] fix LLVM compile

2017-03-01 Thread lvqcl
Olivier Tristan wrote: Hi guys, Please find attached a patch that fixes the OSX build with llvm only __asm__ is supported but GCC support both so it's not an issue using this one AFAIK. lvqcl can probably confirm this. I can obly confirm that it works in GCC/MinGW, but that's expected.

[flac-dev] [PATCH] fix LLVM compile

2017-02-27 Thread Olivier Tristan
Hi guys, Please find attached a patch that fixes the OSX build with llvm only __asm__ is supported but GCC support both so it's not an issue using this one AFAIK. lvqcl can probably confirm this. Thanks ! -- Olivier Tristan Research & Development www.uvi.net diff --git a/src/libFLAC/cpu.c