John Ridges
2011-Mar-01 20:41 UTC
[CELT-dev] Another thing it might be nice to fix in CELT
Hi, Bjoern's solution of adding the line: #pragma intrinsic(_BitScanReverse) after the: # include<intrin.h> worked for me, so it solves my debug build problem. However, you still might want to change the location of ec_ilog's prototype in entcode.h for those platforms that don't have an intrinsic like that. Cheers, John Ridges
Timothy B. Terriberry
2011-Mar-01 20:57 UTC
[CELT-dev] Another thing it might be nice to fix in CELT
> worked for me, so it solves my debug build problem. However, you still > might want to change the location of ec_ilog's prototype in entcode.h > for those platforms that don't have an intrinsic like that.Agreed. Jean-Marc: patch attached. -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: 0001-EC_ILOG-cleanups.patch Url: http://lists.xiph.org/pipermail/opus/attachments/20110301/512c2f22/attachment-0002.txt