Bug 86468

Summary: NEONizing forceValidPreMultipliedPixels
Product: WebKit Reporter: Zoltan Herczeg <zherczeg>
Component: SVGAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: zimmermann
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
patch zimmermann: review+

Description Zoltan Herczeg 2012-05-15 04:58:10 PDT
Use intrinsics from now on when possible. Much easier to maintian and understand than hand written assembly.
Comment 1 Zoltan Herczeg 2012-05-15 05:01:45 PDT
Created attachment 141922 [details]
patch
Comment 2 Nikolas Zimmermann 2012-05-15 06:03:02 PDT
Comment on attachment 141922 [details]
patch

rs=me.
Comment 3 Zoltan Herczeg 2012-05-15 06:18:15 PDT
Landed as http://trac.webkit.org/changeset/117058
Comment 4 Zoltan Herczeg 2012-05-15 06:58:46 PDT
Ooops I forgot the perf results form the patch. It is ~60% faster.