3 Comments

  1. @Teo

    Please give me the error message of memwrite and memread.

    No optimization should be done by gcc when compiling the code. If -O0 isn’t used, the time may be 0 since the loop actually only read one value at the end and compiler may optimize it to only one operation.

Leave a Reply

Your email address will not be published. Required fields are marked *