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

More patches for compiler-rt #4231

Merged
merged 7 commits into from
Jan 19, 2020
Merged

Conversation

LemonBoy
Copy link
Contributor

@LemonBoy LemonBoy commented Jan 18, 2020

  • Try to cleanup a bit the code here and there by introducing the is... accessors
  • Added a nice way to find out the ARM version as a number, greatly simplifies the feature detection logic
  • Add a thumb-1 version of clzsi2 for no reason other than that the generic version compiles to an ungodly abomination in debug mode (until Add support for target details (CPUs and their supported features) #3927 lands it's impossible to check for thumb1 vs thumb2 without a lot of boilerplate)
  • Now that we can export functions using the AAPCS calling convention we can get rid of all the asm wrappers
  • Remove "some" duplicate code for f32,f64,f128 comparison
  • Export the MSVC-specific stuff no matter what the os is, should fix Undefined symbols in fmt with i386-uefi-msvc #3530

@andrewrk
Copy link
Member

I'm working on landing #3927 👍

@andrewrk andrewrk merged commit e491b2f into ziglang:master Jan 19, 2020
yvt added a commit to TZmCFI/zig that referenced this pull request Apr 28, 2020
yvt pushed a commit to TZmCFI/zig that referenced this pull request Nov 10, 2020
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.

Undefined symbols in fmt with i386-uefi-msvc
2 participants