Re: Re: [PATCH v3 2/4] RISC-V: Add crypto vector builtin function.

2023-12-13 Thread juzhe.zh...@rivai.ai
kito.cheng; Jeff Law; zhusonghe; panciyan Subject: Re: Re: [PATCH v3 2/4] RISC-V: Add crypto vector builtin function. 2023-12-13 18:18 juzhe.zhong wrote: > > >+multiple_p (GET_MODE_BITSIZE (e.arg_mode (0)), >+GET_MODE_BITSIZE (e.arg_mode (1)), ); > &

Re: Re: [PATCH v3 2/4] RISC-V: Add crypto vector builtin function.

2023-12-13 Thread Feng Wang
2023-12-13 18:18 juzhe.zhong wrote: > > >+    multiple_p (GET_MODE_BITSIZE (e.arg_mode (0)), >+    GET_MODE_BITSIZE (e.arg_mode (1)), ); > >Change it into gcc_assert (multiple_p (...)) > >+/* A list of all Vector Crypto intrinsic functions.  */ >+static function_group_info

Re: [PATCH v3 2/4] RISC-V: Add crypto vector builtin function.

2023-12-13 Thread juzhe.zh...@rivai.ai
+multiple_p (GET_MODE_BITSIZE (e.arg_mode (0)), +GET_MODE_BITSIZE (e.arg_mode (1)), ); Change it into gcc_assert (multiple_p (...)) +/* A list of all Vector Crypto intrinsic functions. */ +static function_group_info cryoto_function_groups[] = { +#define