Improved consistency of CPU dispatching code

This commit is contained in:
Andrew Kane
2024-04-18 14:13:12 -07:00
parent fb3c964ac2
commit 4e093f95be
3 changed files with 17 additions and 19 deletions

View File

@@ -5,10 +5,11 @@
#include <float.h>
#include "bitutils.h"
#include "fmgr.h"
#include "vector.h"
#if defined(__x86_64__) || defined(_M_AMD64)
#if defined(USE_DISPATCH)
#define HALFVEC_DISPATCH
#endif