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
kernels: decorate the global_asm symbols for Mach-O
Mach-O prefixes every C-visible symbol with an underscore, so a block that
defines the bare name links everywhere except Darwin, where the extern "C"
declaration resolves to _name and the three int8 kernels came out undefined.
The .S kernels already get this from CNAME in src/asm/asm_common.h; these
blocks are not preprocessed, so they carry the same rule in Rust.
0 commit comments