mirror of
https://github.com/genxium/DelayNoMore
synced 2025-12-14 00:39:02 +00:00
Optimized jsexport by tailored resolv lib.
This commit is contained in:
8
resolv_tailored/asm_stubs_amd64.go
Normal file
8
resolv_tailored/asm_stubs_amd64.go
Normal file
@@ -0,0 +1,8 @@
|
||||
// +build !noasm
|
||||
|
||||
package resolv
|
||||
|
||||
// functions from the gonum package that optimizes arithmetic
|
||||
// operations on lists of float64 values
|
||||
func axpyUnitaryTo(dst []float64, alpha float64, x, y []float64)
|
||||
func scalUnitaryTo(dst []float64, alpha float64, x []float64)
|
||||
Reference in New Issue
Block a user