https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108441
--- Comment #1 from 。 <570070308 at qq dot com> ---
When compiling with `-fno-tree-slp-vectorize`, it seems to be better:
```
kkk:
movl $16, %eax
movw %ax, ldap(%rip)
ret
```
570070308 at qq dot com via Gcc-bugs Wed, 18 Jan 2023 01:38:13 -0800
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108441
--- Comment #1 from 。 <570070308 at qq dot com> ---
When compiling with `-fno-tree-slp-vectorize`, it seems to be better:
```
kkk:
movl $16, %eax
movw %ax, ldap(%rip)
ret
```