Comment 2 for bug 2012990

Revision history for this message
Marco Heisig (marco-heisig-h) wrote :

You are right, the problem is sb-simd-sse2:f64.2-shuffle. It should take three arguments (the two SIMD packs to shuffle, and the bits indicating how to shuffle), but takes only two.

The attached patch fixes the issue. It also fixes a minor issue about the AVX shuffles.