提交 8f5d22b0 编写于 作者: L Liu Yiqun

Add annotations.

上级 adc5210b
......@@ -39,6 +39,8 @@ typedef double2 vecType;
#elif defined(__SSE3__)
#include "hl_cpu_simd_sse.cuh"
#elif (defined(__ARM_NEON) || defined(__ARM_NEON__)) && !defined(__NVCC__)
// Currently nvcc does not support neon intrinsic.
// TODO: Extract simd intrinsic implementation from .cu files.
#include "hl_cpu_simd_neon.cuh"
#else
#include "hl_cpu_scalar.cuh"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册