#@ function source code?
1 messages · Page 1 of 1 (latest)
someone can help you find relevant compiler code for any builtins you're interested in particular
i think this might be the most relevant code for @mod: https://github.com/ziglang/zig/blob/6415ff29d717ad10cd9e2bdae9e77677f8e1f8fa/src/codegen/llvm.zig#L8648-L8682
(if i understand correctly, it's emitting LLVM bitcode)