cbdl code cleanup

This commit is contained in:
Ingo Weyrich
2019-08-06 17:34:14 +02:00
parent 972d6907d5
commit 5e9a409dba
5 changed files with 338 additions and 654 deletions

View File

@@ -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)