Yuzhong Wen

Results 2 issues of Yuzhong Wen

Currently the roles are hardcoded into public/controllers/users.js. This patch allows administrators to dynamically add or remove roles in the user administration panel, instead of using the hardcoded roles only.

This patch implements a SVE2 version of str2int which improves number decoding on ARM SVE2 CPUs. The algorithm utilizes SVMATCH to count valid digits in the string, and SDOT for...