JulNadeauCA/libagar
CMakeChecks.cmake
:558
check_c_source_compiles("
int main(int argc, char *argv[])
{
struct s1 { int x,y,z; } __attribute__ ((aligned(16)));
return (0);
}
" HAVE_ALIGNED_ATTRIBUTE)