You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
Is the -O3 compilation flag supported for building examples and user programs with Mnemosyne?
On g++-7.2 when I turn on -O3 I get this compilation error:
undefined reference to `_ITM_WM256'
-O0 works fine.
The text was updated successfully, but these errors were encountered:
hmm, when we originally developed the Mnemosyne TM runtime for the Intel Compiler, I don't recall whether the compiler ABI defined this method (_ITM_WM256). Looks like the ABI has been extended to include barriers for 256bit word sizes.
Hi,
Is the -O3 compilation flag supported for building examples and user programs with Mnemosyne?
On g++-7.2 when I turn on -O3 I get this compilation error:
undefined reference to `_ITM_WM256'
-O0 works fine.
The text was updated successfully, but these errors were encountered: