File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
lib/node_modules/@stdlib/blas/base/ccopy-wasm/benchmark Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ function createBenchmark( len ) {
8181 // Initialize the module:
8282 mod . initializeSync ( ) ; // eslint-disable-line node/no-sync
8383
84- // Reallocate the underlying memory to allow storing one vector and a complex number :
84+ // Reallocate the underlying memory to allow storing two vectors :
8585 nb = bytesPerElement ( 'complex64' ) ;
8686 mod . realloc ( 2 * ( N * nb ) ) ;
8787
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ function createBenchmark( len ) {
8181 // Initialize the module:
8282 mod . initializeSync ( ) ; // eslint-disable-line node/no-sync
8383
84- // Reallocate the underlying memory to allow storing one vector and a complex number :
84+ // Reallocate the underlying memory to allow storing two vectors :
8585 nb = bytesPerElement ( 'complex64' ) ;
8686 mod . realloc ( 2 * ( N * nb ) ) ;
8787
You can’t perform that action at this time.
0 commit comments