move sequence instance to individual SIMD types rather than simd-128 parent type so that "hashcode*" doesn't attempt to use the sequence implementation of hashcode on abstract simd-128 objects

db4
Joe Groff 2009-12-04 13:22:59 -08:00
parent 3aaa90052b
commit 36b0b65320
1 changed files with 2 additions and 2 deletions

View File

@ -230,6 +230,8 @@ BOA-EFFECT define-inline
M: A pprint-delims drop \ A{ \ } ;
SYNTAX: A{ \ } [ >A ] parse-literal ;
INSTANCE: A sequence
c:<c-type>
byte-array >>class
A >>boxed-class
@ -249,8 +251,6 @@ PRIVATE>
>>
INSTANCE: simd-128 sequence
! SIMD instances
SIMD-128: char-16