[Webkit-unassigned] [Bug 98131] Add ARM-NEON support to VectorMath in WebAudio

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 2 10:33:04 PDT 2012


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





--- Comment #3 from Zoltan Herczeg <zherczeg at webkit.org>  2012-10-02 10:33:27 PST ---
(From update of attachment 166684)
View in context: https://bugs.webkit.org/attachment.cgi?id=166684&action=review

> Source/WebCore/platform/audio/VectorMath.cpp:632
> +        max = std::max(max, groupMax[0]);
> +        max = std::max(max, groupMax[1]);
> +        max = std::max(max, groupMax[2]);
> +        max = std::max(max, groupMax[3]);

Can't we use vmax here?

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