Commit graph

11 commits

Author SHA1 Message Date
2f4d319675 Implement binary operators.
This also has the benefical side effect of ridding me of that
stupid VWR_STATIC_CAST_RESULTS macro.
2016-11-08 02:24:21 +01:00
891fa25675 Add vector_cast implementation and the unit test for it. 2016-11-02 01:19:48 +01:00
f51c739a48 Add a macro to control if the result of binary operators should be casted.
It allows to suppress warnings when combining vectors of a type that
gets promoted to int after the binary operator is applied, for example.
2016-11-02 01:14:23 +01:00
6ab4d586eb Disable implicit conversions by default and update readme.
Implicit conversions are still needed for the old unit test to build.
2016-11-02 01:12:00 +01:00
dbfed8c124 Add notes about example.cpp and about performance. 2015-07-25 22:12:44 +02:00
f682168382 Remove Build status section. 2015-07-25 21:58:56 +02:00
40ca5cd388 Clarify cast conditions. 2015-07-25 19:20:20 +02:00
59d8eb43e7 Short version of the motivation in the readme. 2015-07-25 00:56:14 +02:00
f99739772b Fix travis.yml 2015-07-23 23:28:19 +02:00
7547450913 Fix build errors and typos in the documentation. 2015-07-23 23:10:55 +02:00
08050e42da First import 2015-07-23 01:37:35 +02:00