simd.7: add scalar strrchr() for RISC-V to manpage
MFC after: 1 month MFC to: stable/15 Approved by: mhorne, markj (mentor) Sponsored by: Google LLC (GSoC 2024) Differential Revision: https://reviews.freebsd.org/D47275
This commit is contained in:
committed by
Robert Clausecker
parent
df21a004be
commit
63ff982b17
@@ -6,6 +6,9 @@
|
||||
|
||||
#include <machine/asm.h>
|
||||
|
||||
.weak rindex
|
||||
.set rindex, strrchr
|
||||
|
||||
/*
|
||||
* a0 - const char *s
|
||||
* a1 - int c
|
||||
|
||||
Reference in New Issue
Block a user