1
0
mirror of https://github.com/mstorsjo/fdk-aac.git synced 2025-03-16 07:40:04 +01:00
David Seifert 7f328b93ee
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
2021-07-10 13:06:57 +02:00
..