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

SIMD Example: Approaches #108

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

Barinzaya
Copy link
Contributor

Checklist before submitting:

  • This example has been added to .github/workflows/check.yml (for automatic testing)
  • This example compiles cleanly with flags -vet -strict-style -vet-tabs -disallow-do -warnings-as-errors
  • This example follows the core naming convention: https://github.com/odin-lang/Odin/wiki/Naming-Convention (exception can be made for ports of examples that need to match 1:1 to the original source).
  • By submitting, I understand that this example is made available under these licenses: Public Domain and Odin's BSD-3 license. Only for third-party dependencies are other licenses allowed.

This example is intended to show various steps of SIMD-ification ranging from
scalar AoS code to vectorized SoA code, and some approaches to using SIMD with
varying impacts on data layout.
When running these examples without optimizations, a warning is printed
(but the benchmarks still run).
This changes the block comments to be formatted similarly to block
comments in `core`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant