Skip to content

Add more compiler-rt functions for ARM platform #4073

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

Merged
merged 1 commit into from
Jan 7, 2020

Conversation

LemonBoy
Copy link
Contributor

@LemonBoy LemonBoy commented Jan 4, 2020

Reported by @via on IRC.

Until #3977 is merged using any fp-related builtin is prone to failure if VFP is enabled.

@LemonBoy LemonBoy force-pushed the more-arm-intrinsics branch 2 times, most recently from f8396c2 to 23c501a Compare January 4, 2020 12:10
@frmdstryr
Copy link
Contributor

Thanks, just hit this yesterday and this fixes the issue!

The file compiler_rt/floatundisf.zig (ie floatundisf.c) doesn't exist. Can that also be ported while you're at it?

@LemonBoy LemonBoy force-pushed the more-arm-intrinsics branch from 23c501a to 6c1af80 Compare January 4, 2020 15:24
@LemonBoy
Copy link
Contributor Author

LemonBoy commented Jan 4, 2020

The file compiler_rt/floatundisf.zig (ie floatundisf.c) doesn't exist. Can that also be ported while you're at it?

I had to push the same commit three times because I kept forgetting to git add the new files heh

@LemonBoy LemonBoy force-pushed the more-arm-intrinsics branch from 6c1af80 to c06e958 Compare January 6, 2020 09:31
@daurnimator daurnimator added the arch-arm 32-bit ARM label Jan 6, 2020
@andrewrk andrewrk merged commit e3a63b4 into ziglang:master Jan 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arch-arm 32-bit ARM
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants