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

Define DTTOIF and IFTODT. #279

Merged
merged 2 commits into from
Apr 13, 2022
Merged

Define DTTOIF and IFTODT. #279

merged 2 commits into from
Apr 13, 2022

Conversation

sunfishcode
Copy link
Member

Fixes #268.

#define DTTOIF(x) (__wasilibc_dttoif(x))

int __wasilibc_iftodt(int x);
int __wasilibc_dttoif(int x);
Copy link
Member

Choose a reason for hiding this comment

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

Where are these defined?

Copy link
Member Author

Choose a reason for hiding this comment

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

I had forgotten to git add these. Fixed now!

@sunfishcode
Copy link
Member Author

@sbc100 I forgot to git add a file in the original PR here. This is now fixed!

@sunfishcode sunfishcode merged commit 05cd0af into main Apr 13, 2022
@sunfishcode sunfishcode deleted the sunfishcode/dttoif branch April 13, 2022 20:33
@sunfishcode
Copy link
Member Author

Thanks!

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

Successfully merging this pull request may close these issues.

Adding IFTODT for more compatibility
2 participants