Browse Source
has been removed in https://github.com/riscv/riscv-v-spec/pull/249 Signed-off-by: Chih-Min Chao <chihmin.chao@sifive.com>pull/355/head
5 changed files with 0 additions and 19 deletions
@ -1,5 +0,0 @@ |
|||
// vford.vf vd, vs2, rs1, vm
|
|||
VI_VFP_LOOP_CMP |
|||
({ |
|||
res = !(f32_isSignalingNaN(vs2) || f32_isSignalingNaN(rs1)); |
|||
}) |
|||
@ -1,5 +0,0 @@ |
|||
// vford.vv vd, vs2, vs1, vm
|
|||
VI_VFP_LOOP_CMP |
|||
({ |
|||
res = !(f32_isSignalingNaN(vs2) || f32_isSignalingNaN(vs1)); |
|||
}) |
|||
Loading…
Reference in new issue