added test for bitcast signaled nan float#14272
Conversation
|
I narrowed the test issue down to the following: It seems like it's an issue with llvm it self. When I examined it with godbolt (https://godbolt.org/z/487zsYsnq) the example is even more weird. The zig example code does switch from If someone with more llvm experince could take a look at this and maybe get this upstreamed or some hints how to move on. |
|
If the test is only failing for arm you should create a Zig issue for it and disable the test for Also please place the test in a named behavior test file like |
Head branch was pushed to by a user without write access
|
Sorry I missed out the skip for the C backend. I added that and did another rebase. Hopefully this should it be. And I'm a bit curious why windows c-backend did work the first pipeline but not the second round, probably some change on master between the two rebases. |
This was fixed by MR ziglang#14201 closes ziglang#10449
This was fixed by MR #14201
closes #10449