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

[CIR][CIRGen] Add CIRGen for binary fp2fp builtin operations #616

Merged
merged 3 commits into from
May 30, 2024

Commits on May 29, 2024

  1. [CIR][CIRGen] Add CIRGen for binary fp2fp builtin operations

    This patch adds the following operations for the builtin binary fp2fp functions:
    
      - `cir.copysign` for `__builtin_copysign`;
      - `cir.fmax` for `__builtin_fmax`;
      - `cir.fmin` for `__builtin_fmin`;
      - `cir.fmod` for `__builtin_fmod`;
      - `cir.pow` for `__builtin_pow`.
    
    This patch also includes CIRGen support for these new operations.
    Lancern committed May 29, 2024
    Configuration menu
    Copy the full SHA
    7f84f98 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    61ba6a4 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

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