[gcc r14-7162] RISC-V: Modify ABI-name length of vfloat16m8_t

fengwang fengwang1792@gcc.gnu.org
Fri Jan 12 02:33:03 GMT 2024


https://gcc.gnu.org/g:72609f5591b751b34fca3730acaf274c0ba32dab

commit r14-7162-g72609f5591b751b34fca3730acaf274c0ba32dab
Author: Feng Wang <wangfeng@eswincomputing.com>
Date:   Fri Jan 12 01:35:11 2024 +0000

    RISC-V: Modify ABI-name length of vfloat16m8_t
    
    The length of vfloat16m8_t ABI-name should be 17.
    gcc/ChangeLog:
    
            * config/riscv/riscv-vector-builtins.def (vfloat16m8_t):
                            Modify ABI-name length of vfloat16m8_t

Diff:
---
 gcc/config/riscv/riscv-vector-builtins.def | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/config/riscv/riscv-vector-builtins.def b/gcc/config/riscv/riscv-vector-builtins.def
index 055ee8b2ca4..784b54c81a4 100644
--- a/gcc/config/riscv/riscv-vector-builtins.def
+++ b/gcc/config/riscv/riscv-vector-builtins.def
@@ -483,7 +483,7 @@ DEF_RVV_TYPE (vfloat16m4_t, 17, __rvv_float16m4_t, float16, RVVM4HF, _f16m4,
 /* Define tuple types for SEW = 16, LMUL = M4. */
 DEF_RVV_TUPLE_TYPE (vfloat16m4x2_t, 19, __rvv_float16m4x2_t, vfloat16m4_t, float16, 2, _f16m4x2)
 /* LMUL = 8.  */
-DEF_RVV_TYPE (vfloat16m8_t, 16, __rvv_float16m8_t, float16, RVVM8HF, _f16m8,
+DEF_RVV_TYPE (vfloat16m8_t, 17, __rvv_float16m8_t, float16, RVVM8HF, _f16m8,
 	      _f16, _e16m8)
 
 /* Disable all when !TARGET_VECTOR_ELEN_FP_32.  */


More information about the Gcc-cvs mailing list