pixman_composeFunctions.combineU[PIXMAN_OP_OVER_REVERSE] = sse2CombineOverReverseU;
pixman_composeFunctions.combineU[PIXMAN_OP_IN] = sse2CombineInU;
pixman_composeFunctions.combineU[PIXMAN_OP_IN_REVERSE] = sse2CombineInReverseU;
-#if 0
pixman_composeFunctions.combineU[PIXMAN_OP_OUT] = sse2CombineOutU;
+#if 0
pixman_composeFunctions.combineU[PIXMAN_OP_OUT_REVERSE] = sse2CombineOutReverseU;
pixman_composeFunctions.combineU[PIXMAN_OP_ATOP] = sse2CombineAtopU;
pixman_composeFunctions.combineU[PIXMAN_OP_ATOP_REVERSE] = sse2CombineAtopReverseU;