From c9d033b485c1b3de78e4a6685ab17ac56db77cc0 Mon Sep 17 00:00:00 2001 From: dario mambro Date: Sun, 3 Jan 2021 01:30:42 +0100 Subject: fixed a typo --- simd/pf_sse2_double.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/simd/pf_sse2_double.h b/simd/pf_sse2_double.h index 6c53e8f..ba01c47 100644 --- a/simd/pf_sse2_double.h +++ b/simd/pf_sse2_double.h @@ -33,8 +33,8 @@ SOFTWARE. */ -#ifndef PF_NEON_DBL_H -#define PF_NEON_DBL_H +#ifndef PF_SSE2_DBL_H +#define PF_SSE2_DBL_H //detect sse2 support under MSVC #if defined ( _M_IX86_FP ) -- cgit v1.2.3