Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Please login to access the resource
openSUSE:Factory:RISCV
ollama
vendor.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File vendor.patch of Package ollama
Index: ollama-0.4.0/vendor/github.com/chewxy/math32/stubs_riscv64.s =================================================================== --- /dev/null +++ ollama-0.4.0/vendor/github.com/chewxy/math32/stubs_riscv64.s @@ -0,0 +1,21 @@ +#include "textflag.h" + +// func Exp(x float32) float32 +TEXT ·Exp(SB),NOSPLIT,$0 + JMP ·exp(SB) + +// func Exp2(x float32) float32 +TEXT ·Exp2(SB),NOSPLIT,$0 + JMP ·exp2(SB) + +// func Log(x float32) float32 +TEXT ·Log(SB),NOSPLIT,$0 + JMP ·log(SB) + +// func Remainder(x, y float32) float32 +TEXT ·Remainder(SB),NOSPLIT,$0 + JMP ·remainder(SB) + +// func Sqrt(x float32) float32 +TEXT ·Sqrt(SB),NOSPLIT,$0 + JMP ·sqrt(SB)
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor