Commit ece48253 by Michael Meissner

Update test to use __BIGGEST_ALIGNMENT__

From-SVN: r147299
parent ad6c0864
......@@ -12,7 +12,7 @@
#include "tree-vect.h"
#ifndef ALIGN
#define ALIGN __attribute__((__aligned__(32)))
#define ALIGN __attribute__((__aligned__(__BIGGEST_ALIGNMENT__)))
#endif
#ifndef NOINLINE
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment