compiler/float-tran.lisp:
o Remove deftransform for +, -, * for complex single-floats so we can use our vops. compiler/x86/float-sse2.lisp: o Forgot to implement packed versions of complex-single-move and move-to-complex-single. o Use movlps instead of movups (which is wrong for our packed numbers). o Add vops for complex single +, -, and *, and division of a complex single by a single-float
Loading
Please register or sign in to comment