more missing NEON comments
This commit is contained in:
parent
eccbac37ab
commit
a9460da19c
@ -10,7 +10,7 @@
|
|||||||
// < SWAR
|
// < SWAR
|
||||||
// =≤≥>- in terms of ≠<∨∧+ with adjustments
|
// =≤≥>- in terms of ≠<∨∧+ with adjustments
|
||||||
// Arithmetic operand, rank 1:
|
// Arithmetic operand, rank 1:
|
||||||
// ⌈⌊ Scalar, SSE, AVX in log(vector width) steps
|
// ⌈⌊ Scalar, SSE, AVX in log(vector width) steps (SHOULD add NEON)
|
||||||
// + Overflow-checked scalar or AVX2
|
// + Overflow-checked scalar or AVX2
|
||||||
// Ad-hoc boolean-valued handling for ≠∨
|
// Ad-hoc boolean-valued handling for ≠∨
|
||||||
// SHOULD extend rank 1 special cases to cell bound 1
|
// SHOULD extend rank 1 special cases to cell bound 1
|
||||||
|
|||||||
@ -12,6 +12,7 @@
|
|||||||
// i8: 16×16; i16: 16×8; i32: 8×8; f64: 4×4
|
// i8: 16×16; i16: 16×8; i32: 8×8; f64: 4×4
|
||||||
// COULD use half-width or smaller kernels to improve odd sizes
|
// COULD use half-width or smaller kernels to improve odd sizes
|
||||||
// Scalar transpose or loop used for overhang of 1
|
// Scalar transpose or loop used for overhang of 1
|
||||||
|
// SHOULD add NEON
|
||||||
|
|
||||||
// Reorder Axes
|
// Reorder Axes
|
||||||
// If 𝕨 indicates the identity permutation, return 𝕩
|
// If 𝕨 indicates the identity permutation, return 𝕩
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user