aboutsummaryrefslogtreecommitdiff
path: root/src/codegen/spirv/Module.zig
diff options
context:
space:
mode:
authorJacob Young <jacobly0@users.noreply.github.com>2022-10-12 08:18:47 -0400
committerJacob Young <jacobly0@users.noreply.github.com>2022-10-12 08:18:47 -0400
commit38ee512a25776976caf787dff53126eed33ff835 (patch)
tree60ad869a07d0150008d66e4a76875914768c32c9 /src/codegen/spirv/Module.zig
parent2fe5bdb9ed4e17c94055a9539092bdf35a55f752 (diff)
downloadzig-38ee512a25776976caf787dff53126eed33ff835.tar.gz
zig-38ee512a25776976caf787dff53126eed33ff835.zip
math.big.int: add `calcLimbLen` doc comment note
When trying to allocate memory for functions like `Managed.init` and `Managed.set` on the stack, a comptime-known allocation size is desired. The doc comments for these functions indicate that `calcLimbLen` can be used to determine how many limbs to allocate, but if `value` is not comptime-known, then neither is `calcLimbLen(value)`. However, an upper bound on the allocation size is still computable at comptime in this case, so this note documents an expression that can be used, rather than trying to add it to every doc comment that mentions `calcLimbLen`.
Diffstat (limited to 'src/codegen/spirv/Module.zig')
0 files changed, 0 insertions, 0 deletions