You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thx for noticing, the code is indeed quite compact.
For now I'm a bit reluctant to add optimizations based on compilers because it will make the code more complicated.
The design of this library is to pay a small price at startup to collect features, but it's not designed to pay the smallest price possible.
I'm happy to implement this change if this issue collects many 👍 reactions though.
i.e. https://gcc.gnu.org/onlinedocs/gcc-6.1.0/gcc/PowerPC-Built-in-Functions.html#PowerPC-Built-in-Functions
this should be a tiny bit faster than getauxval() when it is supported.
The text was updated successfully, but these errors were encountered: