Line endings

This commit is contained in:
DrSlony
2015-08-11 11:53:44 +02:00
parent 96be30863d
commit effb46c3e1
136 changed files with 50595 additions and 50595 deletions

View File

@@ -10,7 +10,7 @@ typedef __m128i vint;
typedef __m128 vfloat;
typedef __m128i vint2;
typedef __m128i vmask;
typedef __m128i vmask;
static vdouble vloadu(double *p) { return _mm_loadu_pd(p); }
static void vstoreu(double *p, vdouble v) { _mm_storeu_pd(p, v); }
@@ -27,7 +27,7 @@ static void vstoreui2(int32_t *p, vint2 v) { _mm_storeu_si128((__m128i *)p, (__m
#define VECTLENSP 8
typedef __m256d vdouble;
typedef __m128i vint;
typedef __m128i vint;
typedef __m256 vfloat;
@@ -102,7 +102,7 @@ vfloat xasinf(vfloat s);
vfloat xacosf(vfloat s);
vfloat xatanf(vfloat s);
vfloat xatan2f(vfloat y, vfloat x);
vfloat xlogf(vfloat d);
vfloat xlogf(vfloat d);
vfloat xlogf0(vfloat d);
vfloat xexpf(vfloat d);
vfloat xcbrtf(vfloat s);