cbdl code cleanup
This commit is contained in:
@@ -29,7 +29,7 @@ typedef __m128 vfloat;
|
||||
typedef __m128i vint2;
|
||||
|
||||
//
|
||||
#define LVF(x) _mm_load_ps((float*)&x)
|
||||
#define LVF(x) _mm_load_ps((const float*)&x)
|
||||
#define LVFU(x) _mm_loadu_ps(&x)
|
||||
#define STVF(x,y) _mm_store_ps(&x,y)
|
||||
#define STVFU(x,y) _mm_storeu_ps(&x,y)
|
||||
|
Reference in New Issue
Block a user