about summary refs log tree commit diff
path: root/editor/pamflip/pamflip_sse.h
diff options
context:
space:
mode:
Diffstat (limited to 'editor/pamflip/pamflip_sse.h')
-rw-r--r--editor/pamflip/pamflip_sse.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/editor/pamflip/pamflip_sse.h b/editor/pamflip/pamflip_sse.h
new file mode 100644
index 00000000..1e70b765
--- /dev/null
+++ b/editor/pamflip/pamflip_sse.h
@@ -0,0 +1,12 @@
+#ifndef PAMFLIP_SSE_H_INCLUDED
+#define PAMFLIP_SSE_H_INCLUDED
+
+struct pam;
+#include "flip.h"
+
+void
+pamflip_transformRowsToColumnsPbmSse(struct pam *     const inpamP,
+                                     struct pam *     const outpamP,
+                                     struct xformCore const xformCore);
+
+#endif