Make updates to type cast based on compiler instead of OS

This commit is contained in:
Srihari-mcw 2024-06-10 00:18:35 -07:00
parent 10ceba354a
commit 70d4cc1c33

View file

@ -17,7 +17,7 @@
#define MIN(a, b) ((a) < (b) ? (a) : (b))
#define MAX(a, b) ((a) > (b) ? (a) : (b))
#if defined(_WIN32)
#if defined(_MSC_VER)
#define m512bh(p) p
#define m512i(p) p