add target feature ABI checks for SPARC - #160562
Conversation
|
These commits modify compiler targets. |
|
r? @fee1-dead rustbot has assigned @fee1-dead. Use Why was this reviewer chosen?The reviewer was selected based on:
|
This comment has been minimized.
This comment has been minimized.
|
Ah, the |
| VecDefault = "vec-default", | ||
| VecExtAbi = "vec-extabi", | ||
| X32 = "x32", | ||
| V8Plus = "v8plus", |
There was a problem hiding this comment.
Do we need any kind of process for a new cfg value here?
This comment has been minimized.
This comment has been minimized.
|
@rustbot reroll |
|
@rustbot reroll |
|
I don't really know anything about SPARC nor have I touched the compiler machinery for these checks yet. Maybe one of the people pinged earlier wants to take this? If not, I guess that's my chance to learn some more funny cursed trivia, but it'll take a while. |
Fixes #157083
Cc @psumbera @kulikjak @workingjubilee @taiki-e @jonathanpallant I hope this makes sense :)