mirror of
https://git.wownero.com/wownero/RandomWOW.git
synced 2024-12-21 23:38:54 +00:00
Undefine _mm_roti_epi64 if defined
This commit is contained in:
parent
cce53cb582
commit
eda3603bf3
@ -43,6 +43,10 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
#include <intrin.h>
|
||||
#endif
|
||||
|
||||
#ifdef _mm_roti_epi64 //clang defines it using the XOP instruction set
|
||||
#undef _mm_roti_epi64
|
||||
#endif
|
||||
|
||||
#define r16 \
|
||||
(_mm_setr_epi8(2, 3, 4, 5, 6, 7, 0, 1, 10, 11, 12, 13, 14, 15, 8, 9))
|
||||
#define r24 \
|
||||
|
Loading…
Reference in New Issue
Block a user