<!DOCTYPE html>
<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    Thanks for looking at the patches.<br>
    <br>
    <div class="moz-cite-prefix">On 10.05.2024 12:42, Zbigniew
      KempczyƄski wrote:<br>
    </div>
    <blockquote type="cite"
      cite="mid:20240510104246.cpw4jvt3sj7ajw6u@zkempczy-mobl2">
      <pre class="moz-quote-pre" wrap="">On Mon, Apr 29, 2024 at 02:08:19PM +0200, Andrzej Hajda wrote:
<cut>

</pre>
      <blockquote type="cite">
        <pre class="moz-quote-pre" wrap="">+# check if we need to recompile - checksum difference and compiler present
+MD5_ASMS="$(for a in "${ASMS[@]}"; do echo "${a#*:}"; done | md5sum|cut -b1-32)"
</pre>
      </blockquote>
      <pre class="moz-quote-pre" wrap="">
Why not use:
MD5_ASMS=$(echo "${ASMS[@]}" | md5sum | cut -b1-32)

I'm not sure but your check doesn't support function (asm) rename.</pre>
    </blockquote>
    <br>
    My version deliberately skips asm names because they are not passed
    to the compiler, so the output<br>
    of iga64 does not depend on it. But you are right, after name change
    output file should be regenerated.<br>
    Will be fixed.<br>
    <br>
    Regards<br>
    Andrzej<br>
    <span style="white-space: pre-wrap">
</span>
    <blockquote type="cite"
      cite="mid:20240510104246.cpw4jvt3sj7ajw6u@zkempczy-mobl2">
      <pre class="moz-quote-pre" wrap="">--
Zbigniew
</pre>
    </blockquote>
    <br>
  </body>
</html>