[Webkit-unassigned] [Bug 73182] Need SSE optimization for functions vfmul and vadd

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 30 11:17:31 PST 2011


https://bugs.webkit.org/show_bug.cgi?id=73182





--- Comment #16 from Raymond Toy <rtoy at chromium.org>  2011-11-30 11:17:31 PST ---
(From update of attachment 117125)
View in context: https://bugs.webkit.org/attachment.cgi?id=117125&action=review

Just a few minor grammatical fixes.  Otherwise LGTM.

> platform/audio/VectorMath.cpp:84
> +        // Now the sourceP address aligned and start to apply SSE.

"address aligned" should be "address is aligned"

> platform/audio/VectorMath.cpp:112
> +        // Non-SSE handling for left frames which is less than 4.

"for left frames" should be "for remaining frames"

> platform/audio/VectorMath.cpp:150
> +        // Now the source1P address aligned and start to apply SSE.

"address aligned" -> "address is aligned"

> platform/audio/VectorMath.cpp:185
> +        } else if (!source2Aligned && destAligned) { // source2 not aligend but dest aligned 

"aligend" -> "aligned"

> platform/audio/VectorMath.cpp:209
> +        // Non-SSE handling for left frames which is less than 4.

"for left frames" -> "for remaining frames"

-- 
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