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

arith-to-emitc: cmpf #142

Closed
wants to merge 7 commits into from
Closed

arith-to-emitc: cmpf #142

wants to merge 7 commits into from

Commits on Mar 18, 2024

  1. ArithToEmitC: Handle cmpf

    mgehre-amd committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    8258144 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

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

Commits on Mar 25, 2024

  1. Configuration menu
    Copy the full SHA
    246b84c View commit details
    Browse the repository at this point in the history
  2. First draft to make unordered comparison work

    * Support all kinds of unordered comparison
    * Translation could be smarter, e.g. unordered not equal conversion could use fewer ops
    TinaAMD committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    c72537b View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. Configuration menu
    Copy the full SHA
    6567ddc View commit details
    Browse the repository at this point in the history
  2. Implement UNO as simple unordered check

    * Generate less ops for UNO
    * Add test for each supported cmpf op
    TinaAMD committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    5cf041f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    88d8810 View commit details
    Browse the repository at this point in the history