2023-12-08 11:35 Kito Cheng <kito.ch...@gmail.com> wrote:


>> Without comma, there is a warning "warning: ISO C++11 requires at least one 
>> argument for the "..." in a variadic macro".
>> So I add the comma.
>
>Oh, thanks, I wasn't aware that, maybe take one more argument to '...'
>
>#define DEF_RVV_FUNCTION(NAME, SHAPE, PREDS, ...)
>
>Anyway my intention is to reduce unnecessary diff as possible.

Hi Kito, I understand. 
So I tried to many ways want to minimize this modification, I have also tried 
the method you mentioned,there is still a warning.
But just a warning won't affect the functionality.If you think it's okay, then 
there's no need to modify the original definition.

Reply via email to