2024-04-03 11:19 Jin Ma <ji...@linux.alibaba.com> wrote: > >> gcc/testsuite/ChangeLog: >> >> * gcc.target/riscv/bf16_arithmetic.c: New test. >> * gcc.target/riscv/bf16_call.c: New test. >> * gcc.target/riscv/bf16_comparison.c: New test. >> * gcc.target/riscv/bf16_float_libcall_convert.c: New test. >> * gcc.target/riscv/bf16_integer_libcall_convert.c: New test. > > Hi, I have test this patch and it is very good. I think we need to add some >runable tests to ensure that the results are right for various types of >conversions, operations, and libfuncs. Yes, we must ensure that running tests is also feasible.
A great testcase has already been provided in the gcc test suite: gcc/testsuite/g++.dg/cpp23/ext-floating14.C So, I didn't add any test cases to run the tests. > >BR, >Jin Thanks Xiao Zeng