Skip to content

use built in alloca with align if available

Reference issue

What does this implement/fix?

We should use __builtin_alloca_with_align if available.

It looks like a modest improvement over what we use now. https://godbolt.org/z/ozT843YfW

Additional information

https://gcc.gnu.org/onlinedocs/gcc/Other-Builtins.html

Merge request reports

Loading