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

Implements Vec3A directly #102

Merged
merged 2 commits into from
Dec 2, 2020

Commits on Dec 2, 2020

  1. Implements Vec3A directly instead.

    Instead of forwarding calls to Vec3 and having Vec3A wrap Vec3,
    this implements all the functions in Vec3A manually. This is required
    for SPRIR-V support because rust can't have repr(simd) on a type that
    isn't a collection of it's basic types.
    Jasper-Bekkers committed Dec 2, 2020
    Configuration menu
    Copy the full SHA
    c5b2451 View commit details
    Browse the repository at this point in the history
  2. Fix up SSE variants

    Jasper-Bekkers committed Dec 2, 2020
    Configuration menu
    Copy the full SHA
    8a0b0fe View commit details
    Browse the repository at this point in the history