https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66182

Thomas Koenig <tkoenig at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|2015-08-30 00:00:00         |2025-2-17

--- Comment #3 from Thomas Koenig <tkoenig at gcc dot gnu.org> ---
Changing

c = conjg(matmul(a,b))

into

c = matmul(conjg(a),conjg(b))

would allow inlining.

Reply via email to