riscv-non-isa / rvv-intrinsic-doc

https://jira.riscv.org/browse/RVG-153
BSD 3-Clause "New" or "Revised" License
284 stars 89 forks source link

Change return type of vcpop and vfirst back to `unsigned long` and `long` respectively #343

Closed topperc closed 3 months ago

topperc commented 3 months ago

Neither gcc or LLVM implemented the original change from what I can tell.

Fixes #342

topperc commented 3 months ago

@kito-cheng @rofirrim can I merge this?

rofirrim commented 3 months ago

@kito-cheng @rofirrim can I merge this?

No objection from me. Thanks @topperc !

rofirrim commented 3 months ago

We want to cherrypick this into v1.0.x, don't we?

I can do that.

Update: done