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:iadd
and 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: Nov 22 2024 at 16:03 UTC