1.0.30.53: fix occasional SIGBUS in single-float complex arithmetic
authorChristophe Rhodes <csr21@cantab.net>
Wed, 26 Aug 2009 20:25:41 +0000 (20:25 +0000)
committerChristophe Rhodes <csr21@cantab.net>
Wed, 26 Aug 2009 20:25:41 +0000 (20:25 +0000)
commited6f6bc95f03c6cd95ebeb7100b953aef3804a95
tree92810695006730e765ab854ff350104ddbf8c4a8
parent41affad5889b78b0f4666bb18cd6bce43b0538d4
1.0.30.53: fix occasional SIGBUS in single-float complex arithmetic

The alignment restrictions on movaps for moving a pair of single floats
are too strict; use movq instead.  (From Paul Khuong)
src/compiler/x86-64/float.lisp
version.lisp-expr