![](https://secure.gravatar.com/avatar/6cd36cba072a7a7039b692e627bab8c6.jpg?s=120&d=mm&r=g)
Hi, Could I open an account with username 'dherring' on common-lisp.net? I would like to update the sb-simd project; the project's founder has moved on... Thanks, Daniel Herring dherring@tentpost.com ---------- Forwarded message ---------- Date: Sun, 29 Jul 2007 19:46:42 +0100 From: Risto Laakso <risto.laakso@gmail.com> To: Daniel Herring <dherring@tentpost.com> Subject: Re: sb-simd Hi, I'm sorry but I don't have any newer version of the patch. Did you try to do a full rebuild of sbcl ? If you did and it doesn't work, then something is missing from the cvs-patch. The definitions are probably more or less same than those for floating point, so grepping the source for -widetag and inserting similar lines for xmm should help. I chose to use xmm- as a prefix for simd. If you have an account for common-lisp.net, you could probably email the admins and get a write-access for the project ? Best wishes, Risto 2007/7/28, Daniel Herring <dherring@tentpost.com>:
Hi Risto,
I am interested in reviving the sb-simd project.
Do you have a newer version of the SBCL patch? CVS version 1.3 of the patch fails on both SBCL-CVS and SBCL-0.9.3 (patch lines 83 and 84 refer to nonexistant variables xmm-widetag and xmm-size).
Thanks, Daniel