Add testing for Arm64EC Windows#1899
Conversation
75be3e9 to
de507ea
Compare
|
Had a clean build here: https://github.com/rust-lang/stdarch/actions/runs/16865911732/job/47772786509?pr=1899 Looks like s390x is currently broken in CI. |
|
r? @folkertdev rustbot has assigned @folkertdev. Use |
|
Right, we're blocked on #1897. The fix for our issue has been merged and cherry-picked into the next LLVM point release, but we'll have to wait a bit I guess before rust adopts that and we can use it. |
|
For context, is the lack of fp16 support something fundamental, or is it a temporary limitation (e.g. in msvc)? |
Currently it's a crash in LLVM and MSVC doesn't support it. I'm hoping that llvm/llvm-project#152843 is all that will be needed to make the scalar type work (if so, we can probably consider stabilizing it after we get LLVM22). If so, AIUI there shouldn't be any problem with these intrinsics. |
folkertdev
left a comment
There was a problem hiding this comment.
Cool, this looks good!
The line noise is a bit unfortunate, but it looks like we're on track to remove the cfgs in the future.
Uh oh!
There was an error while loading. Please reload this page.