nemequ / hedley

A C/C++ header to help move #ifdefs out of your code
https://nemequ.github.io/hedley/
Creative Commons Zero v1.0 Universal
774 stars 51 forks source link

Cold function attribute feature request #51

Open amishscientist opened 2 years ago

amishscientist commented 2 years ago

I was wondering if hedley has any plans to support the cold function attribute? Here is the gcc documentation page https://gcc.gnu.org/onlinedocs/gcc/Common-Function-Attributes.html#Common-Function-Attributes for more information on it.