提交 0f00eb0e 编写于 作者: C Clément Bœsch

Merge commit '2425d732'

* commit '2425d732':
  arm64: replace 'bic' with immediate with 'and' with inverted immediate
Merged-by: NClément Bœsch <u@pkh.me>
......@@ -50,7 +50,7 @@ function ff_synth_filter_float_neon, export=1
add x1, x1, x7, lsl #2 // synth_buf
sub w8, w7, #32
stp x5, x1, [sp, #16]
bic x7, x7, #63
and x7, x7, #~63
and w8, w8, #511
stp x7, x30, [sp, #32]
str w8, [x2]
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册