Sayantan Chakraborty
Sayantan Chakraborty
> The job **`mingw-check-tidy`** failed! Check out the build log: [(web)](https://github.com/rust-lang/rust/actions/runs/15144352260/job/42576304741) [(plain)](https://github.com/rust-lang/rust/commit/74e65ab9aca8f0ca1582fcb63edcf7ab970b801a/checks/42576304741/logs) > Click to see the possible cause of the failure (guessed by this bot) How is this even...
@nikic I am not parsing the mangled names, it's just the link names. LLVM doesn't irreversibly mangle intrinsic names unless there are non-literal unnamed struct types in the signature (I...
@nikic I currently have one more possible implementation in mind - manually analyzing all the `IITDescriptor`s to match the signature (which will also give us the type parameters). This is...
This was resolved in #1527
Just a small question, what will this entail for the contributors (sorry no experience with subtrees)? Will the PRs have to be sent to the rustc repo or this repo...
Ah ok thanks, so no more 3-PR chains just to add some target features 🎉. And one more question, will the changes to this repo be automatically synced to the...
> > @antoyo @bjorn3 some help about implementing `fsh{l,r}` will be appreciated > > You should be able to have more or less the same implementation for cg_gcc by putting...
I have implemented `simd_round_ties_even` in miri, cg_clif and cg_gcc (because it seemed to be easy), and allowed signed integer types for `simd_fsh{l,r}`
@workingjubilee does this need any more changes, or is it ready to be merged now?