Commit e4a69b3a authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Revert "grain: fix clobber list"

This broke compilation.

This reverts commit 5b859717.
parent ca49a46e
......@@ -186,7 +186,7 @@ static void BlockBlendSse2(uint8_t *dst, size_t dst_pitch,
[src1]"r"(&src[(2*i+0) * src_pitch]),
[src2]"r"(&src[(2*i+1) * src_pitch]),
[noise]"r"(&noise[2*i * BANK_SIZE])
: "xmm0", "xmm1", "xmm2", "xmm3", "xmm4", "memory");
: "memory");
}
#else
# error "BLEND_SIZE unsupported"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment