chipsalliance / chipsalliance/riscv-vector-tests
"vfadd_vv" case without e16 when add Zvfh extension
- Dominant language
- Go
- Stars
- 118
- Forks
- 40
- PR merge metrics
- No merged PRs in 30d
Description
I noticed that the README states Zvfh extension is already supported, but I couldn't find the configuration for e16 in the generated assembly files.
Did I do something wrong?
version: d88736d08d7aead7bd3cddc09f64bd5050c7b9e8
Makefile: MARCH = rv${XLEN}gcv_zfh_zvfh
command: make all --environment-overrides PATTERN='^vfadd.*.vv'
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with the README's Zvfh support claim and the Makefile setting MARCH=rv${XLEN}gcv_zfh_zvfh. Run the reported make command and inspect the generated assembly for the vfadd.*.vv pattern, then compare the available configuration with the expected e16 case. Done means the missing case is explained and, if it is a generator defect, covered by the appropriate generated output.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- testing-qa
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100