Skip to content

Add more compiler-rt functions for ARM platform#4073

Merged
andrewrk merged 1 commit intoziglang:masterfrom
LemonBoy:more-arm-intrinsics
Jan 7, 2020
Merged

Add more compiler-rt functions for ARM platform#4073
andrewrk merged 1 commit intoziglang:masterfrom
LemonBoy:more-arm-intrinsics

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