about summary refs log tree commit diff
path: root/editor/pamflip/config.h
blob: 42aefb6ed5d537c4efb28081d1c90d9cb7835a3b (plain) (blame)
1
2
3
4
5
6
7
#ifndef SSE_PBM_XY_FLIP
  #if WANT_SSE && HAVE_WORKING_SSE2
    #define SSE_PBM_XY_FLIP 1
  #else
    #define SSE_PBM_XY_FLIP 0
  #endif
#endif