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, when trying building cryptofuzz I got this error:
crypto.cpp:14:18: error: ‘__builtin_rotateleft32’ was not declared in this scope; did you mean ‘__builtin_roundf32’?
14 | #define ROL(x,n) __builtin_rotateleft32(x,n)
How to solve it please ?
The text was updated successfully, but these errors were encountered:
Same problem and also this:
crypto.cpp:13:18: error: ‘__builtin_rotateright32’ was not declared in this scope
13 | #define ROR(x,n) __builtin_rotateright32(x,n)
| ^~~~~~~~~~~~~~~~~~~~~~~
Hi, when trying building cryptofuzz I got this error:
crypto.cpp:14:18: error: ‘__builtin_rotateleft32’ was not declared in this scope; did you mean ‘__builtin_roundf32’?
14 | #define ROL(x,n) __builtin_rotateleft32(x,n)
How to solve it please ?
The text was updated successfully, but these errors were encountered: