replace all __attribute__ ((aligned (16))) with ALIGNED16

This commit is contained in:
heckflosse
2016-04-22 12:54:53 +02:00
parent 58fb7af2bb
commit e0e52fbffc
3 changed files with 5 additions and 5 deletions

View File

@@ -92,9 +92,9 @@ protected:
private:
unsigned int owner;
#if defined( __SSE2__ ) && defined( __x86_64__ )
vfloat maxsv __attribute__ ((aligned (16)));
vfloat sizev __attribute__ ((aligned (16)));
vint sizeiv __attribute__ ((aligned (16)));
vfloat maxsv ALIGNED16;
vfloat sizev ALIGNED16;
vint sizeiv ALIGNED16;
#endif
public:
/// convenience flag! If one doesn't want to delete the buffer but want to flag it to be recomputed...