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

Initial support for C wrappers #56

Closed

Commits on Oct 25, 2020

  1. feat: Implement half constructors in C.

    Signed-off-by: Scott Wilson <[email protected]>
    scott-wilson committed Oct 25, 2020
    Configuration menu
    Copy the full SHA
    5753496 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2020

  1. style: Rename half createFromFloat to create

    Signed-off-by: Scott Wilson <[email protected]>
    scott-wilson committed Oct 26, 2020
    Configuration menu
    Copy the full SHA
    2f26765 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7578429 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2020

  1. test: Add initial tests to validate code in a C context

    Signed-off-by: Scott Wilson <[email protected]>
    scott-wilson committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    e3353b9 View commit details
    Browse the repository at this point in the history
  2. feat: Add half to float support

    Signed-off-by: Scott Wilson <[email protected]>
    scott-wilson committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    1700746 View commit details
    Browse the repository at this point in the history
  3. refactor: Remove union for swapping types

    Signed-off-by: Scott Wilson <[email protected]>
    scott-wilson committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    4e8e393 View commit details
    Browse the repository at this point in the history