Displaying 1 result from an estimated 1 matches for "512c2f22".
2011 Mar 01
1
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