gpt4 book ai didi

C++ __attribute__ 对齐含义

转载 作者:塔克拉玛干 更新时间:2023-11-03 06:53:34 27 4
gpt4 key购买 nike

<分区>

Possible Duplicate:
GCC __attribute__((aligned(x)) explanation
What is meaning of the ‘_attribute_((aligned(4)));’ in the first line?

这两段代码是什么意思?特别是 __attribute__ ((aligned(..))) 部分。

struct my_struct {
int64_t a;
int64_t b;
} __attribute__ ((aligned(16)));

struct my_struct2 { double arr[4] __attribute__((aligned(64))); };

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com