Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added AVX512 support for SkRasterPipeline_opts.h #151

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Nov 26, 2023

  1. Added AVX512 support for SkRasterPipeline_opts.h

    Hi,
    The patch has integrated AVX512 support for certain functions in both highp and lowp. Testing and verification were conducted within the Pdfium repository, where it passed the pdfium_embeddertests.exe. Performance-wise, the AVX512 code path shows significant enhancement over the standard SSE and AVX2 paths. This performance boost was confirmed through testing with PDF files sourced from the resources folder of the Pdfium library.
    
    This is an imported pull request from
    google#149
    
    GitOrigin-RevId: 3dfeb3b
    Change-Id: I91f95a69d914ed57707239b7d2257a6c8f0c3ffa
    pingladd committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    c3cc0ea View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

  1. Added AVX512 support for SkRasterPipeline_opts.h

    Hi,
    The patch has integrated AVX512 support for certain functions in both highp and lowp. Testing and verification were conducted within the Pdfium repository, where it passed the pdfium_embeddertests.exe. Performance-wise, the AVX512 code path shows significant enhancement over the standard SSE and AVX2 paths. This performance boost was confirmed through testing with PDF files sourced from the resources folder of the Pdfium library.
    
    This is an imported pull request from
    google#149
    
    GitOrigin-RevId: 3dfeb3b
    Change-Id: I91f95a69d914ed57707239b7d2257a6c8f0c3ffa
    
    This is an imported pull request from
    google#151
    
    GitOrigin-RevId: 02db57e
    Change-Id: Ia674977e3c1a083938bbfda1e9d785595896cb88
    pingladd committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    0bfde00 View commit details
    Browse the repository at this point in the history