search for: 631ac282

Displaying 1 result from an estimated 1 matches for "631ac282".

2017 Feb 27
2
[PATCH] fix LLVM compile
...so it's not an issue using this one AFAIK. lvqcl can probably confirm this. Thanks ! -- Olivier Tristan Research & Development www.uvi.net -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.xiph.org/pipermail/flac-dev/attachments/20170227/631ac282/attachment.html> -------------- next part -------------- diff --git a/src/libFLAC/cpu.c b/src/libFLAC/cpu.c index 67a076d..bf0708c 100644 --- a/src/libFLAC/cpu.c +++ b/src/libFLAC/cpu.c @@ -81,7 +81,7 @@ cpu_xgetbv_x86(void) return (uint32_t)_xgetbv(0); #elif defined __GNUC__ uint32_t lo, h...