fitzgen labeled issue #3529:
E.g. instead of
(add ...)we would have either(x86_add ...)or(x86:add ...)or something like that. Please tell me which color you want the bike shed to be!
fitzgen opened issue #3529:
E.g. instead of
(add ...)we would have either(x86_add ...)or(x86:add ...)or something like that. Please tell me which color you want the bike shed to be!
alexcrichton commented on issue #3529:
One possibility could be
clif:iaddand then each backend doesn't get its own namespace since it otherwise it's a little redundant in that none of the backends are getting code generated in to the same file.
Last updated: Dec 13 2025 at 19:03 UTC