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

2024-01-02 Thread Feng Wang
2024-01-02 15:55 juzhe.zhong wrote: >+/* Static information about a set of crypto vector functions.  */ >+struct crypto_function_group_info >+{ >+  struct function_group_info rvv_function_group_info; >+  /* Whether the function is available.  */ >+  unsigned int (*avail) (void); >+}; >

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

2024-01-01 Thread juzhe.zh...@rivai.ai
+/* Static information about a set of crypto vector functions. */ +struct crypto_function_group_info +{ + struct function_group_info rvv_function_group_info; + /* Whether the function is available. */ + unsigned int (*avail) (void); +}; What is this used for ? juzhe.zh...@rivai.ai From: F