uvg266/build
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
..
kvazaar_cli Rename VS project files. 2014-02-11 15:33:41 +02:00
kvazaar_lib Modify strategyselector to work with VS2010. 2014-04-29 15:29:06 +03:00
kvazaar_tests Rename VS project files. 2014-02-11 15:33:41 +02:00
yasm Move yasm visual studio files to build. 2014-01-24 15:51:41 +02:00
C_Properties.props config: Use built-in getopt on non-MSVC environments. 2014-04-27 00:40:52 +09:00
kvazaar_VS2010.sln Rename VS project files. 2014-02-11 15:33:41 +02:00
placeholder.txt Initial commit with working config functions 2012-05-30 15:10:23 +03:00
Release_Optimizations.props Pass preprocessor defines for supported intrinsics in VS2010 explicitly. 2014-04-30 17:41:15 +03:00