From 4ec418742715393e8a18c261d4b7ad7f3cc0d2d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Kochma=C5=84ski?= Date: Tue, 11 Jul 2023 16:21:15 +0200 Subject: [PATCH] si_need_to_make_load_form_p: t_sse_pack does not need a constructor --- src/c/compiler.d | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/c/compiler.d b/src/c/compiler.d index 9be698e23..93f665b19 100644 --- a/src/c/compiler.d +++ b/src/c/compiler.d @@ -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: