[PATCH v5 0/6] Add support for LoongArch32
Florian Weimer
fweimer@redhat.com
Tue Mar 3 10:02:02 GMT 2026
> LoongArch64 gcc generates call memset to fully zero-filling the struct.
> But LoongArch32 gcc not generate call memset.
> Maybe we can fix LoongArch32 gcc to resolve this problem.
Are the type definitions different?
I think I said so before: I recommend using a memset call for this, and
not rely on member ordering in the type definition.
Thanks,
Florian
More information about the Libc-alpha
mailing list