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

Duplicate signal strength to all outputs #129

Merged
merged 21 commits into from
Dec 14, 2023

Commits on Dec 14, 2023

  1. Configuration menu
    Copy the full SHA
    263672c View commit details
    Browse the repository at this point in the history
  2. duplicate signal strength to all outputs

    This allows input states to be checked with simd
    because the input nodes don't need to be fetched
    BramOtte committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    da448b4 View commit details
    Browse the repository at this point in the history
  3. cleanup old code

    BramOtte committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    41f830c View commit details
    Browse the repository at this point in the history
  4. remove erroring line

    BramOtte committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    f1f3806 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c4cce07 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5ec5e71 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c7edd2f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4c3e3ad View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9994ba0 View commit details
    Browse the repository at this point in the history
  10. don't crash the program when ss is larger than 15

    when creating a forward link
    BramOtte committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    3026677 View commit details
    Browse the repository at this point in the history
  11. fix minor typo

    BramOtte committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    20df862 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    70e5b43 View commit details
    Browse the repository at this point in the history
  13. Run cargo fmt

    BramOtte committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    5b3a035 View commit details
    Browse the repository at this point in the history
  14. address nits

    BramOtte committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    0d8b931 View commit details
    Browse the repository at this point in the history
  15. Add check for maximum inputs.

    This isn't really neccesary right now but if we ever add optimizations which combine nodes it might become likely that a node will have more than 255 inputs.
    BramOtte committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    ffe264c View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    2120aa5 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    ba7042d View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    4bca713 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    ee302e9 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    a7e79cc View commit details
    Browse the repository at this point in the history
  21. run cargo fmt

    BramOtte committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    9c9e22f View commit details
    Browse the repository at this point in the history