mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-21 12:03:40 -08:00
si_need_to_make_load_form_p: t_sse_pack does not need a constructor
This commit is contained in:
parent
02d6bdb0d3
commit
4ec4187427
1 changed files with 3 additions and 0 deletions
|
|
@ -2767,6 +2767,9 @@ si_need_to_make_load_form_p(cl_object object)
|
|||
case t_csfloat:
|
||||
case t_cdfloat:
|
||||
case t_clfloat:
|
||||
#endif
|
||||
#ifdef ECL_SSE2
|
||||
case t_sse_pack:
|
||||
#endif
|
||||
case t_symbol:
|
||||
case t_pathname:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue