There is an upstream bug when building Constantine as a library where {.noInit.} variables from templates do not have a properly mangled C symbol. This happens for the mulCheckSparse template used in frobenius.nim
#332 (comment)


This can probably be worked around as it doesn't happens for tests. I think it's symbol visibility related.
There is an upstream bug when building Constantine as a library where
{.noInit.}variables from templates do not have a properly mangled C symbol. This happens for themulCheckSparsetemplate used infrobenius.nim#332 (comment)
This can probably be worked around as it doesn't happens for tests. I think it's symbol visibility related.