Changeset 1177
- Timestamp:
- Mar 28, 2012, 7:21:02 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lol/math/vector.h
r1176 r1177 1247 1247 DECLARE_ALL_VECTOR_COERCE_OPS(double, long double) 1248 1248 1249 /* FIXME: vectors of "half" are deactivated for now, because they 1250 * induce extremely long compilation times (about 17 seconds per TU). */ 1251 1252 #if 0 1249 1253 /* All integer types are promoted to half; all floating point types 1250 1254 * cause half to be promoted. */ … … 1261 1265 DECLARE_ALL_VECTOR_COERCE_OPS(half, double) 1262 1266 DECLARE_ALL_VECTOR_COERCE_OPS(half, long double) 1267 #endif 1263 1268 1264 1269 /* FIXME: vectors of "real" are deactivated for now, because we do
Note: See TracChangeset
for help on using the changeset viewer.