Anubhab Ghosh

Results 3 issues of Anubhab Ghosh

This fixes undefined reference to `__gnu_h2f_ieee` and `__gnu_f2h_ieee` on use of the `std.fmt` functions for example when building with: `-target x86_64-freestanding-none -mcpu x86_64_v3-avx-avx2-f16c-fma-fxsr-mmx+soft_float-sse-sse2-sse3-sse4_1-sse4_2-ssse3-vzeroupper-x87-xsave -rdynamic` Example code: ```zig const std =...

We are trying to use `cgeist -S` to convert C/C++ source code to MLIR for further processing. However the generated MLIR output does not have any source line information. We...