Files
eigen/Eigen
João P. L. de Carvalho 787f6ef025 Fix packed load/store for PowerPC's VSX
The vec_vsx_ld/vec_vsx_st builtins were wrongly used for aligned load/store. In fact, they perform unaligned memory access and, even when the address is 16-byte aligned, they are much slower (at least 2x) than their aligned counterparts.

For double/Packet2d vec_xl/vec_xst should be prefered over vec_ld/vec_st, although the latter works when casted to float/Packet4f.

Silencing some weird warning with throw but some GCC versions. Such warning are not thrown by Clang.
2019-08-09 16:02:55 -06:00
..
2016-01-27 22:48:40 +01:00
2010-07-23 19:00:02 +02:00
2017-11-10 14:11:22 +01:00
2017-08-17 21:58:39 +02:00
2017-11-27 22:11:57 +01:00
2015-10-30 12:02:52 +01:00
2016-01-27 22:48:40 +01:00
2017-08-17 21:58:39 +02:00
2016-01-27 22:48:40 +01:00