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

[builtins][NFC] Avoid using CRT_LDBL_128BIT in tests #66832

Merged
merged 1 commit into from
Sep 20, 2023

Conversation

pranavk
Copy link
Contributor

@pranavk pranavk commented Sep 19, 2023

https://reviews.llvm.org/D153812 removed this macro from implementations. Clean this up from tests as well.

https://reviews.llvm.org/D153812 removed this macro from implementations.
Clean this up from tests as well.
@pranavk pranavk merged commit 613a09d into llvm:main Sep 20, 2023
3 checks passed
@@ -7,7 +7,7 @@
#include <float.h>
#include <stdio.h>

#if defined(CRT_HAS_128BIT) && defined(CRT_LDBL_128BIT)
#if defined(CRT_HAS_TF_MODE)
Copy link
Member

Choose a reason for hiding this comment

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

This one actually fails without an IEEE float128. Right now that doesn't matter but it will start failing once CRT_HAS_TF_MODE gets set with non-IEEE TF floats (powerpc64).

Copy link
Member

Choose a reason for hiding this comment

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

Correct guard added in #68132.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants