Browse Source
Merge pull request #2051 from riscv-software-src/fix-2050
Fix regression introduced by #2050
pull/2053/head
Andrew Waterman
9 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
riscv/v_ext_macros.h
|
|
|
@ -1896,7 +1896,7 @@ VI_VX_ULOOP({ \ |
|
|
|
VI_VFP_LOOP_END |
|
|
|
|
|
|
|
#define VI_VFP_LOOP_SCALE_BASE \ |
|
|
|
VI_VFP_COMMON \ |
|
|
|
VI_VFP_BASE; \ |
|
|
|
for (reg_t i = P.VU.vstart->read(); i < vl; ++i) { \ |
|
|
|
VI_LOOP_ELEMENT_SKIP(); |
|
|
|
|
|
|
|
|