[Webkit-unassigned] [Bug 75522] Enable IPP for FFTFrame

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 30 10:03:38 PST 2012


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





--- Comment #25 from Tony Chang <tony at chromium.org>  2012-01-30 10:03:37 PST ---
(From update of attachment 121959)
View in context: https://bugs.webkit.org/attachment.cgi?id=121959&action=review

>>> Source/WebCore/WebCore.gyp/WebCore.gyp:51
>>> +    'use_system_ipp%': 1,
>> 
>> Do you mean for this to be enabled by default?  In what cases would we compile with WTF_USE_WEBAUDIO_IPP=1 and use_system_ipp = 0?
> 
> Now I just enable the system ipp, but I think it makes sense to add IPP to third_party in future and "use_system_ipp=0" is for such condition. Also some FIXMEs about it are added.

I would remove the use_system_ipp variable from this patch and just assume that if WTF_USE_WEBAUDIO_IPP=1, that we're using the system copy.  We can add the use_system_ipp variable after we've checked in a copy of ipp into third_party.

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