Skip to content

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.
@@ -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

@arichardson arichardson Oct 3, 2023

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.

5 participants