Skip to content

Add more compiler-rt functions for ARM platform - #4073

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

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

Conversation

@LemonBoy

Copy link
Copy Markdown
Contributor

Reported by @via on IRC.

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

@LemonBoy
LemonBoyforce-pushed the more-arm-intrinsics branch 2 times, most recently from f8396c2 to 23c501aCompareJanuary 4, 2020 12:10
@frmdstryr

Copy link
Copy Markdown
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

Copy link
Copy Markdown
ContributorAuthor

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

@daurnimatordaurnimator added the arch-arm 32-bit Arm label Jan 6, 2020
@andrewrk
andrewrk merged commit e3a63b4 into ziglang:masterJan 7, 2020
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

arch-arm32-bit Arm

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@LemonBoy@frmdstryr@andrewrk@daurnimator