Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date: Tue, 11 Apr 2023 10:17:39 +0800 (GMT+08:00)
From: 张飞 <zhangfei@...iscas.ac.cn>
To: musl <musl@...ts.openwall.com>
Subject: memset_riscv64

Hello,

Currently, there is no assembly implementation of the memset function for riscv64 in Musl. 
This patch is a riscv64 assembly implementation of the memset function, which is implemented using the basic instruction set and 
has better performance than the c language implementation in Musl. I hope it can be integrated into Musl.

Please review it and look forward to your reply.

Fei Zhang



Download attachment "memset_riscv64.patch" of type "application/octet-stream" (1845 bytes)

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.