[Webkit-unassigned] [Bug 73789] Need SSE optimization for SincResampler::Process()
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Dec 6 19:45:35 PST 2011
https://bugs.webkit.org/show_bug.cgi?id=73789
--- Comment #23 from Benjamin Poulain <benjamin at webkit.org> 2011-12-06 19:45:35 PST ---
> Then here we can say
> LOAD_DATA(load, load);
>
> And below, we can have
> LOAD_DATA(loadu, load);
> LOAD_DATA(load, loadu);
> LOAD_DATA(loadu, loadu);
>
> This makes it easy to see that they're all the same except whether we do aligned or unaligned loads.
I think this would be much harder to follow than the existing code...
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list