У меня есть, например,: написан:
Код: Выделить всё
#include
#include
#include
#include
#include
int main(int argc, char* argv[])
{
__m512 data;
typedef __m512 VectorElementType;
typedef std::vector VectorType;
VectorType x;
VectorType y;
auto alignment {std::alignment_of_v};
std::cout
Подробнее здесь: [url]https://stackoverflow.com/questions/79683473/how-can-i-resolve-a-problem-with-g-alignment-of-stdvector-m512[/url]
Мобильная версия