uvg266/src/strategies
Ari Koivula 42295d3cb9 Pass preprocessor defines for supported intrinsics in VS2010 explicitly.
- _M_IX86_FP defines whether VS should generate code using SSE or SSE2
  instructions. It isn't correct to use it to check whether optional runtime
  optimizations should be compiled in. It's also not defined at all in 64-bit
  mode.

- So let's just keep it simple and give a list of everything that is supported
  as release optimizations. It's not clear from the documentation if all of
  these are really supported. It just list a bunch of intrinsics from these
  that are.
2014-04-30 17:41:15 +03:00
..
picture-generic.c Strategies and runtime detection/choice of best algorithm 2014-04-29 11:51:41 +02:00
picture-sse2.c Modify strategyselector to work with VS2010. 2014-04-29 15:29:06 +03:00
picture-sse41.c Pass preprocessor defines for supported intrinsics in VS2010 explicitly. 2014-04-30 17:41:15 +03:00
picture.c Strategies and runtime detection/choice of best algorithm 2014-04-29 11:51:41 +02:00
picture.h Strategies and runtime detection/choice of best algorithm 2014-04-29 11:51:41 +02:00