c3c icon indicating copy to clipboard operation
c3c copied to clipboard

Consider implementing "ifunc" attribute in GCC

Open lerno opened this issue 3 years ago • 0 comments

The attribute allows having a switch setting up functions at runtime, so that it's possible to switch between to version of the function at startup. https://gcc.gnu.org/onlinedocs/gcc/Common-Function-Attributes.html#Common-Function-Attributes

lerno avatar Sep 24 '22 22:09 lerno