Displaying 4 results from an estimated 4 matches for "opus_sse1".
2017 Aug 18
2
[PATCH] fix alignment exceptions
...ses it rather than
MOVQDA (load 128-bits aligned). We were seeing that with the trace below,
the final invocation is not 128-bit aligned but MOVQDA insists on it (the
calling function was pitch_sse4_1.c:90, in the 4-way N - i >= 4 loop).
07-31 11:00:13.469 210 2540 <(469)%20210-2540> D opus_sse1: RBE
celt_inner_prod_sse4_1: x 0xeff3deb0 y 0xeff3deb0 N 32
07-31 11:00:13.469 210 2540 <(469)%20210-2540> D opus_sse1: RBE
celt_inner_prod_sse4_1: x 0xeff3d7b0 y 0xeff3d7b0 N 32
07-31 11:00:13.469 210 2540 <(469)%20210-2540> D opus_sse1: RBE
celt_inner_prod_sse4_1: x 0xeff3df30 y...
2017 Aug 18
1
[PATCH] fix alignment exceptions
...A (load 128-bits aligned). We were seeing that with the trace
> below, the final invocation is not 128-bit aligned but MOVQDA insists on it
> (the calling function was pitch_sse4_1.c:90, in the 4-way N - i >= 4
> loop).
>
> 07-31 11:00:13.469 210 2540 <(469)%20210-2540> D opus_sse1: RBE
> celt_inner_prod_sse4_1: x 0xeff3deb0 y 0xeff3deb0 N 32
> 07-31 11:00:13.469 210 2540 <(469)%20210-2540> D opus_sse1: RBE
> celt_inner_prod_sse4_1: x 0xeff3d7b0 y 0xeff3d7b0 N 32
> 07-31 11:00:13.469 210 2540 <(469)%20210-2540> D opus_sse1: RBE
> celt_inner_pr...
2017 Aug 18
2
[PATCH] fix alignment exceptions
Hi,
Please find attached a patch to fix alignment exceptions. Without this
change, we were seeing occasional alignment faults when using this with
clang.
Thanks,
Felicia
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.xiph.org/pipermail/opus/attachments/20170818/e0d6bb06/attachment.html>
-------------- next part --------------
A non-text
2017 Aug 22
0
[PATCH] fix alignment exceptions
...it rather than MOVQDA (load 128-bits aligned). We were seeing that with the trace below, the final invocation is not 128-bit aligned but MOVQDA insists on it (the calling function was pitch_sse4_1.c:90, in the 4-way N - i >= 4 loop).
07-31 11:00:13.469 210 2540<tel:(469)%20210-2540> D opus_sse1: RBE celt_inner_prod_sse4_1: x 0xeff3deb0 y 0xeff3deb0 N 32
07-31 11:00:13.469 210 2540<tel:(469)%20210-2540> D opus_sse1: RBE celt_inner_prod_sse4_1: x 0xeff3d7b0 y 0xeff3d7b0 N 32
07-31 11:00:13.469 210 2540<tel:(469)%20210-2540> D opus_sse1: RBE celt_inner_prod_sse4_1: x 0xeff3...