mirror of
https://github.com/ziglang/zig.git
synced 2024-12-03 18:38:45 +00:00
0e71e6ee0f
Lakemont has no x86, no MMX, no SSE and no way of handling any fp-math. In theory LLVM is able to implicitly use the soft-float emulation library calls to legalize any such operation but, given Zig's use of many non-standard features, sometimes we hit a weak spot in the X86 codegen backend. Consider this as a work-around for this LLVM problem, fixing the problem in LLVM is not so high in my todo list as the target is pretty niche and Intel axed it in '19. (Commit message by @LemonBoy) |
||
---|---|---|
.. | ||
spirv | ||
gen_spirv_spec.zig | ||
gen_stubs.zig | ||
merge_anal_dumps.zig | ||
process_headers.zig | ||
update_clang_options.zig | ||
update_cpu_features.zig | ||
update_glibc.zig | ||
update_spirv_features.zig | ||
zig_gdb_pretty_printers.py | ||
zig-gdb.py |