Browse Source
Merge pull request #2053 from riscv-software-src/fix-2052
Support FLI.H for Zfa && Zvfh && !Zfh
pull/2054/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/insns/fli_h.h
|
|
|
@ -1,4 +1,4 @@ |
|
|
|
require_extension(EXT_ZFH); |
|
|
|
require_either_extension(EXT_ZFH, EXT_ZVFH); |
|
|
|
require_extension(EXT_ZFA); |
|
|
|
require_fp; |
|
|
|
{ |
|
|
|
|