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

Additional cleanup and acceleration of the System.Numerics vector and related types #103527

Merged
merged 10 commits into from
Jun 20, 2024

Commits on Mar 11, 2024

  1. Added SIMD paths for:

    Vector3.Cross(Vector3 vector1, Vector3 vector2)
    Vector3.Transform(Vector3 value, Quaternion rotation)
    martenf committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    38bb586 View commit details
    Browse the repository at this point in the history
  2. Fixed typo

    martenf committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    0e14da8 View commit details
    Browse the repository at this point in the history
  3. fixed missing conversion back to Vector3

    added simd paths for quaternion multiplication, division and concatenate
    added simd path for matrix4x4 multiplication
    martenf committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    cfa24d9 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. Implemented feedback

    martenf committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    8d71e34 View commit details
    Browse the repository at this point in the history
  2. fixed non static field

    martenf committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    27bd42c View commit details
    Browse the repository at this point in the history
  3. removed whitespace

    martenf committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    1f35b22 View commit details
    Browse the repository at this point in the history
  4. Use Vector4.Transform

    martenf committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    00199d2 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2024

  1. Configuration menu
    Copy the full SHA
    ba252ac View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2024

  1. Configuration menu
    Copy the full SHA
    d8e29a6 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. Configuration menu
    Copy the full SHA
    70013c0 View commit details
    Browse the repository at this point in the history