You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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 themulCheckSparse
template 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.
The text was updated successfully, but these errors were encountered: