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

optimize neon loadu_128/storeu_128 #384

Merged
merged 3 commits into from
Mar 12, 2024
Merged

Commits on Feb 9, 2024

  1. slightly optimize neon loadu_128/storeu_128

    vld1q_u8 and vst1q_u8 has no alignment requirements.
    
    This improves performance on Oracle Cloud's VM.Standard.A1.Flex by 1.15% on a 16*1024 input, from 13920 nanoseconds down to 13800 nanoseconds (approx)
    divinity76 committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    4df11ec View commit details
    Browse the repository at this point in the history
  2. comments can stay

    divinity76 committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    663ecd9 View commit details
    Browse the repository at this point in the history
  3. formatting

    divinity76 committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    909b9a2 View commit details
    Browse the repository at this point in the history