[revert] reverting the commits from #578, leaving header file in repo for the moment

This commit is contained in:
Al
2023-07-06 01:49:02 -04:00
parent c76d020c18
commit 57eaa414ce
6 changed files with 29 additions and 103 deletions

View File

@@ -8,10 +8,8 @@
#define ks_lt_index(a, b) ((a).value < (b).value)
#if defined(INTEL_SSE)
#if defined(USE_SSE)
#include <emmintrin.h>
#elif defined(ARM_NEON)
#include "sse2neon.h"
#endif
/*
@@ -340,7 +338,7 @@
#if defined(INTEL_SSE) || defined(ARM_NEON)
#if defined(USE_SSE)
/*
From https://github.com/herumi/fmath/blob/master/fastexp.cpp