Commit Graph

46 Commits

Author SHA1 Message Date
Chad Kunde
cc0c958a30 floats,asm/f64: add asm routine for sum 2018-10-29 19:26:01 +10:30
Dan Kortschak
72e79ca985 all: add safe synonym for appengine tag 2018-07-22 17:17:15 +09:30
Dan Kortschak
b9db25a610 all: conform build tag comment to convention 2018-07-06 09:05:06 +09:30
Vladimir Chalupecky
e9e56344e3 all: fix capitalization of Gonum in copyright headers 2018-06-22 17:32:53 +02:00
Chad Kunde
190028012e remove build flags for unsupported versions 2018-06-17 14:22:00 -07:00
Chad Kunde
f17cc5d4c6 asm/f64: Added GemT (Trans) assembly function. 2018-06-17 14:22:00 -07:00
Chad Kunde
c5ea572ae6 asm/f64: Added gemvN (NoTrans) assembly function. 2018-06-17 14:22:00 -07:00
Chad Kunde
98b54cc4f2 asm/f64: Added stubs, tests, and noasm for gemv functions. 2018-06-17 14:22:00 -07:00
Chad Kunde
20cf9567fb internal/asm/f32,f64: remove old go version build tags 2018-04-21 19:20:22 -07:00
Chad Kunde
c3e5f1a446 asm/f32: generate ger tests from asm/f64 2018-04-21 07:28:46 +09:30
Chad Kunde
683c8ba07d asm/f32: Ger asm implementation. 2018-04-21 07:28:46 +09:30
Chad Kunde
62709ddc2a amd/f32: Stubs and go code for Ger function. 2018-04-21 07:28:46 +09:30
Chad Kunde
78fa1b548e asm/f64: Added within and epsilon for comparison w/ tolerance. 2018-04-21 07:28:46 +09:30
Chad Kunde
5e413e98fe asm/f64: Ger asm function added. 2018-04-21 07:28:46 +09:30
Chad Kunde
31786f433f asm/f64: Adding stubs for Ger asm implementation. 2018-04-21 07:28:46 +09:30
kortschak
7d49308e07 README,internal/asm: remove go1.7 tag references 2017-12-15 09:04:36 +10:30
kortschak
fa0c5aa7bc all: use golang.org/x/exp/rand instead of math/rand 2017-11-17 11:52:34 +10:30
kortschak
805531d142 all: change capitalization of gonum in license header 2017-11-02 06:54:08 +10:30
kortschak
21d5891471 all: remove go1.7 build constraints 2017-10-27 13:48:47 +10:30
Chad Kunde
e5ba063a8b Merge pull request #207 from gonum/c128/dot
asm/c128:  Adding dot product asm functions
2017-09-12 21:59:20 -07:00
Chad Kunde
9523cc3d27 asm/c64: Adding benchmark sink variable. 2017-09-08 18:47:23 -07:00
Chad Kunde
8af929b8ab asm/c64: Asm dot functions. 2017-09-08 18:47:23 -07:00
Chad Kunde
66b4f42284 asm/c64: Adding tests for dot asm functions. 2017-09-08 18:47:23 -07:00
Chad Kunde
acf06961e6 asm/c64: Adding asm stubs for dot functions. 2017-09-08 18:47:23 -07:00
Chad Kunde
7416b77068 asm/c128: Adding bench sink variable. 2017-09-08 18:46:45 -07:00
Chad Kunde
962589dc69 asm/c128: Asm dot product functions. 2017-09-08 18:46:45 -07:00
Chad Kunde
03cef35c7f asm/c128: Adding tests and benchmarks for dot functions. 2017-09-08 18:46:45 -07:00
Chad Kunde
6ccc15eb4b asm/c128: Adding asm stubs for Dot functions. 2017-09-08 18:46:45 -07:00
Chad Kunde
9d7baa818a asm/f32: Fixes from PR comments. 2017-08-23 11:53:08 -07:00
Chad Kunde
e0a0508f0d asm/f32: Asm dot functions. 2017-08-22 14:22:38 -07:00
Chad Kunde
7f0e334144 asm/f32: Adding tests for dot asm functions. 2017-08-22 14:20:49 -07:00
Chad Kunde
51fc8a3f42 asm/f32: Adding stubs for dot asm functions. 2017-08-22 14:16:24 -07:00
Chad Kunde
5e3ead2971 asm/c128: Corrected duplicate dscal test case. 2017-08-21 04:30:07 -07:00
Chad Kunde
1d7ccdce34 asm/c128: Comment fixes from PR review. 2017-08-20 12:12:36 -07:00
Chad Kunde
f75ae60e6a asm/c128: Changed int parameters to uintptr. 2017-08-19 21:50:10 -07:00
Chad Kunde
53ebc944e7 asm/c128: Fixes to dscal algorithm implementation. 2017-08-19 21:50:06 -07:00
Chad Kunde
8b113b6614 asm/c128: scalinc asm coded out and tested. 2017-08-14 21:34:28 +07:00
Chad Kunde
9157447054 asm/c128: ScalInc stubs and tests. 2017-08-14 21:34:23 +07:00
Chad Kunde
907e8b86d0 asm/c128: ScalUnitary asm coded out and tested. 2017-08-14 21:34:11 +07:00
Chad Kunde
cc8f44691e asm/c128: Added stubs and tests for ScalUnitary. 2017-08-14 21:34:06 +07:00
Chad Kunde
ca77c962a9 asm/c128: DscalInc asm coded out and tested. 2017-08-14 21:33:58 +07:00
Chad Kunde
021ac22279 asm/c128: Stubs and tests for DscalInc. 2017-08-14 21:33:53 +07:00
Chad Kunde
e96d10b548 asm/c128: DscalUnitary asm written and tested. 2017-08-14 21:33:44 +07:00
Chad Kunde
240406a791 asm/c128: Added Dscal stubs and extracted test utility functions. 2017-08-14 21:33:29 +07:00
kortschak
37850ca814 all: add canonical imports 2017-05-25 16:07:18 +09:30
Brendan Tracey
dd0aa0144f internal: imported internal as a subtree 2017-05-23 00:02:41 -06:00