Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fixed #90 * Removed everything that is unsafe.Pointer to use uintptr. Any thing that requires a unsafe.Pointer to remain will have to use a refcounter. * genlib'd the RC stuff into scalarHeaders * Fixed so -race will not complain * Updated travis to make sure things test with race as well * Added some tests for Float64Engine and Float32Engine * Moved to using raw byte slices as per Bryan C Mills' suggestion * More fixed from just moving to raw byte slices * Fixed more things for array * Fixed tests * Fixed all syntax errors * removed .v from array * Fixed some off that scalar business * Fixed the slice bits * tests pass * Added benchmark script * Fixed eng_arith_manual * Fixed inplace transpose as well
- Loading branch information