用这个或这个替换这个,或者你可以这样做
以上来自于百度翻译
以下为原文
Replace this
_FLOATAUDIO = __builtin_ACCL(A);
with this
FLOATAUDIO = __builtin_ACCH(A);
or this
FLOATAUDIO = __builtin_sac(A,0);
Or you can do this
A = __builtin_mpy(AUDIO, TREMVALUE, NULL, NULL, 0, NULL, NULL, 0);
FLOATAUDIO = __builtin_sac(A, 0);
用这个或这个替换这个,或者你可以这样做
以上来自于百度翻译
以下为原文
Replace this
_FLOATAUDIO = __builtin_ACCL(A);
with this
FLOATAUDIO = __builtin_ACCH(A);
or this
FLOATAUDIO = __builtin_sac(A,0);
Or you can do this
A = __builtin_mpy(AUDIO, TREMVALUE, NULL, NULL, 0, NULL, NULL, 0);
FLOATAUDIO = __builtin_sac(A, 0);
举报