math.factors.simd: fix repr

modern-harvey2
Doug Coleman 2017-12-28 17:16:12 -08:00
parent f24a2e8ef7
commit 887184e0e5
1 changed files with 1 additions and 1 deletions

View File

@ -311,7 +311,7 @@ SYNTAX: ${type}{ \ } [ >${type} ] parse-literal ;
M: ${type} new-underlying drop \ ${type} boa ; inline
M: ${type} simd-rep drop ${type}-rep ; inline
M: ${type} simd-element-type drop ${type}-rep rep-length ; inline
M: ${type} simd-element-type drop $[ ${type}-rep rep-component-type ] ; inline
M: ${type} simd-with drop ${type}-with ; inline
M: ${type} nth-unsafe