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

feat: matrix abstraction #13

Merged
merged 13 commits into from
Aug 3, 2024
Merged

feat: matrix abstraction #13

merged 13 commits into from
Aug 3, 2024

Commits on Jul 29, 2024

  1. feat: matrix abstraction

    Signed-off-by: Michael Pollind <[email protected]>
    pollend committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    32c42c5 View commit details
    Browse the repository at this point in the history
  2. feat: tweak function name

    Signed-off-by: Michael Pollind <[email protected]>
    pollend committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    df2c6f5 View commit details
    Browse the repository at this point in the history
  3. feat: tweak for c

    Signed-off-by: Michael Pollind <[email protected]>
    pollend committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    f43a908 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. start on test cases and fix broken abs

    Signed-off-by: Michael Pollind <[email protected]>
    pollend committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    6adaf0a View commit details
    Browse the repository at this point in the history
  2. feat: add test cases

    Signed-off-by: Michael Pollind <[email protected]>
    pollend committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    a81121d View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. feat: move impl to inline files

    Signed-off-by: Michael Pollind <[email protected]>
    pollend committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    7a4cf1f View commit details
    Browse the repository at this point in the history
  2. feat: add more test cases

    Signed-off-by: Michael Pollind <[email protected]>
    pollend committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    8ccb328 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. feat: organization

    Signed-off-by: Michael Pollind <[email protected]>
    pollend committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    a273901 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. feat: reworking simd support

    Signed-off-by: Michael Pollind <[email protected]>
    pollend committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    64f15ce View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2024

  1. feat: expand test cases and add to simd 32x4

    Signed-off-by: Michael Pollind <[email protected]>
    pollend committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    45d48a1 View commit details
    Browse the repository at this point in the history
  2. feat: add min/max

    Signed-off-by: Michael Pollind <[email protected]>
    pollend committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    86a2b0f View commit details
    Browse the repository at this point in the history
  3. feat: tweak

    Signed-off-by: Michael Pollind <[email protected]>
    pollend committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    17551c1 View commit details
    Browse the repository at this point in the history
  4. feat: fix for windows

    Signed-off-by: Michael Pollind <[email protected]>
    pollend committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    fef8a1a View commit details
    Browse the repository at this point in the history