math.vectors.simd: fix functor.
parent
5ef60f2f21
commit
144da45241
|
@ -328,12 +328,12 @@ DEFER: ${type}-boa
|
||||||
|
|
||||||
<<
|
<<
|
||||||
\ ${type}-boa
|
\ ${type}-boa
|
||||||
[ $[ ${type}-coercer ] $[ ${type}-rep rep-length ] napply ] ${type}-rep rep-length {
|
[ $[ ${type}-coercer ] $[ ${type}-rep rep-length ] napply ] $[ ${type}-rep rep-length ] {
|
||||||
{ 2 [ [ ${type}-rep (simd-gather-2) ${type} boa ] ] }
|
{ 2 [ [ ${type}-rep (simd-gather-2) ${type} boa ] ] }
|
||||||
{ 4 [ [ ${type}-rep (simd-gather-4) ${type} boa ] ] }
|
{ 4 [ [ ${type}-rep (simd-gather-4) ${type} boa ] ] }
|
||||||
[ \ ${type} new '[ _ _ nsequence ] ]
|
[ \ ${type} new '[ _ _ nsequence ] ]
|
||||||
} case compose
|
} case compose
|
||||||
${type}-rep rep-length "n" <array> { "v" } <effect> define-inline
|
$[ $[ ${type}-rep rep-length ] "n" <array> { "v" } <effect> ] define-inline
|
||||||
>>
|
>>
|
||||||
|
|
||||||
M: ${type} pprint-delims drop \ ${type}{ \ } ;
|
M: ${type} pprint-delims drop \ ${type}{ \ } ;
|
||||||
|
|
Loading…
Reference in New Issue