riscv / riscv-p-spec

RISC-V Packed SIMD Extension
https://jira.riscv.org/browse/RVG-129
Creative Commons Attribution 4.0 International
141 stars 38 forks source link

About the input effective bits size of the KADDH? #118

Closed fioraking closed 2 years ago

fioraking commented 2 years ago

It should be rs1.h[0] and rs2.h[0]. why is rs1.w[0] and rs2.w[0] ? It is very important for me. please help me. Thank you.

fioraking commented 2 years ago

I'm BLUE.

chuanhua commented 2 years ago

This has been changed in 5a12c90. Now kaddh/ukaddh/ksubh/uksubh all have 16-bit operands.

fioraking commented 2 years ago

Ok, thank you very much.