RISC-V: Fix one build error for template default arg
commitac6b74e9a5a40c28aeb715f43d117a7c4d32f43f
authorPan Li <pan2.li@intel.com>
Wed, 16 Aug 2023 09:40:20 +0000 (16 17:40 +0800)
committerPan Li <pan2.li@intel.com>
Wed, 16 Aug 2023 09:40:20 +0000 (16 17:40 +0800)
tree42cec493b0017e3e47f630836cd87ff91c4bcce6
parentf2bec0ac481fb97fc88b976d8255cc85bff7e20e
RISC-V: Fix one build error for template default arg

In some build option combination, the default value may result in
below error. This patch would like to fix it by passing a explict
argument.

riscv-vector-builtins-bases.cc:2495:24: error: invalid use of template-name \
  ‘riscv_vector::vfcvt_f’ without an argument list

Signed-off-by: Pan Li <pan2.li@intel.com>
gcc/ChangeLog:

* config/riscv/riscv-vector-builtins-bases.cc: Use explicit argument.
gcc/config/riscv/riscv-vector-builtins-bases.cc