4 Apr
2025
4 Apr
'25
12:12 a.m.
might end up not being inlined
FWIW `static FORCEINLINE void ...` should result in it always being inlined, at least with GCC and Clang. `FORCEINLINE` being the Wine macro for `__attribute__((always_inline)) inline`. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/7711#note_99966