mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-05 03:53:44 +02:00
cleanup
This commit is contained in:
parent
c2d14599c5
commit
d20470d30f
2 changed files with 3 additions and 4 deletions
|
@ -115,8 +115,10 @@
|
||||||
#include <mmintrin.h>
|
#include <mmintrin.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if (defined(__ARM_NEON) || defined(__ARM_NEON__))
|
#if (defined(__ARM_NEON) || defined(__ARM_NEON__) || defined(ZT_ARCH_ARM_HAS_NEON))
|
||||||
|
#ifndef ZT_ARCH_ARM_HAS_NEON
|
||||||
#define ZT_ARCH_ARM_HAS_NEON 1
|
#define ZT_ARCH_ARM_HAS_NEON 1
|
||||||
|
#endif
|
||||||
#include <arm_neon.h>
|
#include <arm_neon.h>
|
||||||
/*#include <arm_acle.h>*/
|
/*#include <arm_acle.h>*/
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -22,9 +22,6 @@
|
||||||
#include "MacEthernetTap.hpp"
|
#include "MacEthernetTap.hpp"
|
||||||
#include "MacEthernetTapAgent.h"
|
#include "MacEthernetTapAgent.h"
|
||||||
|
|
||||||
#include <stdint.h>
|
|
||||||
#include <stdio.h>
|
|
||||||
#include <stdlib.h>
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue