Regarding the alignment limit of the alignas specifier

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hello,

First of all, I love how C++11 is progressing, and it's lovely that
you guys got support for alignas as of version 4.8.0,
as it has helped me remove a lot of unwanted
'__attribute__((aligned(...))' from my code, however due to the
current limit for alignas (128),
there are still some  '__attribute__((aligned(...))' in my code, that
I can't seem to get rid of.

So my question is rather simple; (1) is the limit of the alignas
specifier subject to change?
- or (2) can it me made set-able using a compiler switch? (alike with
the template recursive depth limit).

// Yours faithfully
// Emil 'Skeen' Madsen
// Department of Computer Science, Aarhus University
// Address: IT-parken, Aabogade 34, DK-8200 Aarhus N, Denmark
// Mobile: +45 28 573 666
// Email: skeen@xxxxxxxx
// Studienr: 20105376
// Web: http://cs.au.dk/~skeen


[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux