Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: HandmadeMath/HandmadeMath
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: rotate-vectors
Choose a base ref
...
head repository: HandmadeMath/HandmadeMath
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 20 commits
  • 12 files changed
  • 7 contributors

Commits on Dec 11, 2023

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

Commits on Dec 12, 2023

  1. Better Neon tranpose

    vld can de-interleave up to 4-float element structures in one go into multiple registers. This allows us to load each column of the matrix and put each element into a corresponding vector, essentially doing the entire transpose in 1 instruction
    
    Fixed it
    Jack-Punter committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    133a595 View commit details
    Browse the repository at this point in the history
  2. Fix scalar

    Jack-Punter committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    fcc510f View commit details
    Browse the repository at this point in the history
  3. NEON Quaternion Multiply

    Jack-Punter committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    623215b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6603c79 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2023

  1. Address Ben's changes

    jack punter authored and Jack-Punter committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    4e1e975 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2023

  1. Merge pull request #169 from Jack-Punter/neon_support

    Neon support
    bvisness authored Dec 16, 2023
    Configuration menu
    Copy the full SHA
    322826b View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

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

Commits on Apr 11, 2024

  1. Merge pull request #170 from B-Y-P/master

    Add HMM_QFromNormPair() and HMM_QFromVecPair()
    bvisness authored Apr 11, 2024
    Configuration menu
    Copy the full SHA
    43836aa View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2024

  1. Configuration menu
    Copy the full SHA
    21b4a0d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2901e70 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. Merge pull request #171 from jonasgf/missing-braces

    Ignore missing braces warning for all GCC versions
    bvisness authored May 28, 2024
    Configuration menu
    Copy the full SHA
    b4ce448 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #172 from jonasgf/whitespace

    Remove trailing whitespace and extra newlines at end of file
    bvisness authored May 28, 2024
    Configuration menu
    Copy the full SHA
    bdc7dd2 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2025

  1. Test and fix _Generic

    bvisness committed Feb 24, 2025
    Configuration menu
    Copy the full SHA
    736ebaa View commit details
    Browse the repository at this point in the history
  2. Redo test scripts

    bvisness committed Feb 24, 2025
    Configuration menu
    Copy the full SHA
    8c2ac26 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    142ba3c View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2026

  1. fix c11 -Wall warnings

    lesleyrs authored and bvisness committed Mar 17, 2026
    Configuration menu
    Copy the full SHA
    aaa3a9e View commit details
    Browse the repository at this point in the history
  2. add clang++ pedantic warning

    lesleyrs authored and bvisness committed Mar 17, 2026
    Configuration menu
    Copy the full SHA
    719f765 View commit details
    Browse the repository at this point in the history
  3. fix spacing

    lesleyrs authored and bvisness committed Mar 17, 2026
    Configuration menu
    Copy the full SHA
    871bbb2 View commit details
    Browse the repository at this point in the history
  4. small improvement

    lesleyrs authored and bvisness committed Mar 17, 2026
    Configuration menu
    Copy the full SHA
    661fef0 View commit details
    Browse the repository at this point in the history
Loading