diff options
Diffstat (limited to '')
-rw-r--r-- | src/third-party/base64/lib/config.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/third-party/base64/lib/config.h b/src/third-party/base64/lib/config.h new file mode 100644 index 0000000..0de5358 --- /dev/null +++ b/src/third-party/base64/lib/config.h @@ -0,0 +1,7 @@ +#define HAVE_AVX2 0 +#define HAVE_NEON32 0 +#define HAVE_NEON64 0 +#define HAVE_SSSE3 0 +#define HAVE_SSE41 0 +#define HAVE_SSE42 0 +#define HAVE_AVX 0 |