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

[libc][math] fix yaml indentation bug #102421

Merged
merged 1 commit into from
Aug 8, 2024
Merged

Conversation

Jobhdez
Copy link
Contributor

@Jobhdez Jobhdez commented Aug 8, 2024

No description provided.

@llvmbot llvmbot added the libc label Aug 8, 2024
@llvmbot
Copy link
Collaborator

llvmbot commented Aug 8, 2024

@llvm/pr-subscribers-libc

Author: Job Henandez Lara (Jobhdez)

Changes

Full diff: https://github.com/llvm/llvm-project/pull/102421.diff

1 Files Affected:

  • (modified) libc/newhdrgen/yaml/math.yaml (+1-1)
diff --git a/libc/newhdrgen/yaml/math.yaml b/libc/newhdrgen/yaml/math.yaml
index e2734668d536a..c0485428fc559 100644
--- a/libc/newhdrgen/yaml/math.yaml
+++ b/libc/newhdrgen/yaml/math.yaml
@@ -1831,7 +1831,7 @@ functions:
       - type: _Float16 *
       - type: _Float16
     guard: LIBC_TYPES_HAS_FLOAT16
-   - name: setpayloadsigf128
+  - name: setpayloadsigf128
     standards:
       - stdc
     return_type: int

Copy link
Contributor

@lntue lntue left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks.

@lntue lntue merged commit bb4f9c6 into llvm:main Aug 8, 2024
8 checks passed
kstoimenov pushed a commit to kstoimenov/llvm-project that referenced this pull request Aug 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants