diff options
author | David Seifert <soap@gentoo.org> | 2021-07-10 13:06:57 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-07-10 13:06:57 +0200 |
commit | 7f328b93ee2aa8bb4e94613b6ed218e7525d8dc0 (patch) | |
tree | fd39357f335617734023c52bcb8defb8e0e7ead2 /libSBRdec/src/sbr_dec.cpp | |
parent | 801f67f671929311e0c9952c5f92d6e147c7b003 (diff) | |
download | fdk-aac-7f328b93ee2aa8bb4e94613b6ed218e7525d8dc0.tar.gz fdk-aac-7f328b93ee2aa8bb4e94613b6ed218e7525d8dc0.tar.bz2 fdk-aac-7f328b93ee2aa8bb4e94613b6ed218e7525d8dc0.zip |
Do not force inlining of indirect functions
* A function called indirectly cannot be decorated
with `__attribute((always_inline))`, as this is
guaranteed to only work with direct calls:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63220#c1
Bug: https://bugs.gentoo.org/798045
Diffstat (limited to 'libSBRdec/src/sbr_dec.cpp')
0 files changed, 0 insertions, 0 deletions