Skip to content

Commit c443e5c

Browse files
authored
Merge pull request #451 from stnolting/patch-1
[flh-align-01] fix ISA config in RVTEST_CASE macro
2 parents 8a0cdce + f70ea15 commit c443e5c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# CHANGELOG
22

3+
## [3.8.13] - 2024-04-13
4+
- Fixed missing `F` and `Zfh` ISA identifiers in `Zfh/flh-align-01` RVTEST_CASE macro.
5+
36
## [3.8.12] - 2024-03-26
47
Corrected missing RV64 strings in RVTEST_CASE macros for Zfh fcvt.h.l and similar tests
58

riscv-test-suite/rv32i_m/Zfh/src/flh-align-01.S

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ RVTEST_CODE_BEGIN
2929

3030
#ifdef TEST_CASE_1
3131

32-
RVTEST_CASE(0,"//check ISA:=regex(.*I.*);def TEST_CASE_1=True;",flh-align)
32+
RVTEST_CASE(0,"//check ISA:=regex(.*I.*F.*Zfh.*);def TEST_CASE_1=True;",flh-align)
3333

3434
RVTEST_FP_ENABLE()
3535
RVTEST_VALBASEUPD(x3,test_dataset_0)

0 commit comments

Comments
 (0)