Closed realqhc closed 8 months ago
I am working on it since last week. Same pb than https://github.com/openhwgroup/cv32e40p/commit/1a58c7b7666ac693d936c45b4ed9dc0d762e1bf6#commitcomment-138230716
I have an RTL update (masking MSB directly in HW) for that to definitively resolve the pb for everyone. Need to fully verify it before changing User Manual clipr/clipur description and pushing it.
Corrected with PR #971
_Originally posted by @PaoloS02 in https://github.com/llvm/llvm-project/pull/78138#discussion_r1524938040_
Does cv.clipr require bit 31 being zero to function correctly? or it automatically treats the bit 31 as zero even if it is 1 (e.g. it performs abs before actual operation)?