Skip to content

Commit

Permalink
Round intermediate results
Browse files Browse the repository at this point in the history
  • Loading branch information
kgryte committed Feb 2, 2017
1 parent 6cff950 commit 96781f3
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 8 deletions.
6 changes: 6 additions & 0 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -1484,6 +1484,12 @@
348. bring Buffer polyfill in-house (will either need to include Object polyfill or be paired with a typed array polyfill to support older environments)
349. consider [prebuildify](https://github.com/mafintosh/prebuildify) and [node-gyp-build](https://github.com/mafintosh/node-gyp-build)
350. determine feature detection strategy (i.e., when do we rely on an existing (optimized) BLAS implementation? when do we compile ourselves?)
351. determine strategy for using existing optimized BLAS
---
Expand Down
8 changes: 4 additions & 4 deletions lib/node_modules/@stdlib/math/base/blas/sasum/lib/ndarray.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions lib/node_modules/@stdlib/math/base/blas/sasum/lib/sasum.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 96781f3

Please sign in to comment.