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
Due to incompatibilities with other libraries using AT&T inline assembly like secp256k1 or EVMone or differential fuzzing, it would be best to scope the inline assembly otherwise only GCC can build the combination of Constantine + another lib.
Due to incompatibilities with other libraries using AT&T inline assembly like secp256k1 or EVMone or differential fuzzing, it would be best to scope the inline assembly otherwise only GCC can build the combination of Constantine + another lib.
See codex-storage/nim-codex#625 (comment)
cc @markspanbroek @dryajov.
This might be possible with
localpassC
pragma with care for assembly that is inlined at another level.Unsure of what happens with LTO though.
The text was updated successfully, but these errors were encountered: