Skip to content

Conversation

@jagt
Copy link
Contributor

@jagt jagt commented Mar 20, 2022

Greetings.

I noticed that msvc stage1 build is broken due to this commit. The error messages is like:

zig1.obj : error LNK2019: unresolved external symbol ceill referenced in function std.mem.sliceAsBytes.8517 [E:\zig\build-debug\zig.vcxproj]

I figured that it's missing these set of methods in compiler_rt.zig. This PR should fix the build.
Cheers!

@matu3ba
Copy link
Contributor

matu3ba commented Mar 20, 2022

Can you also add the stubs for f16, f128? f16 has an implementation.
see #4026

jagt and others added 2 commits March 20, 2022 13:29
this should fix stage1 build error with msvc 2019
Now that they are in compiler-rt, they can be removed from here.
@andrewrk andrewrk merged commit 827538b into ziglang:master Mar 21, 2022
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.

3 participants