Files
test/source/blender
Bastien Montagne 7acb7cb897 Replace XOR swapping by default ("naive", with extra var) one.
Ref: http://en.wikipedia.org/wiki/XOR_swap_algorithm, modern compilers/CPUs are much more efficient with "naive" algo than XOR one.
Doubled check, for me in an optimized build, XOR is several times slower than naive algo.
2014-01-21 15:50:44 +01:00
..
2014-01-15 00:33:55 +02:00
2014-01-21 12:05:27 +11:00
2014-01-17 17:35:03 +11:00