From 5d235f8c5252a52cb168843d25120011e8f0e7f4 Mon Sep 17 00:00:00 2001
From: Ken Cooke <ken@highfidelity.io>
Date: Thu, 22 Jun 2017 06:32:32 -0700
Subject: [PATCH] Fix typo

---
 libraries/audio/src/avx512/AudioHRTF_avx512.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libraries/audio/src/avx512/AudioHRTF_avx512.cpp b/libraries/audio/src/avx512/AudioHRTF_avx512.cpp
index 7b29d05e35..b1363aae45 100644
--- a/libraries/audio/src/avx512/AudioHRTF_avx512.cpp
+++ b/libraries/audio/src/avx512/AudioHRTF_avx512.cpp
@@ -9,7 +9,7 @@
 //  See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
 //
 
-#if defined(zz__AVX512F__)
+#if defined(__AVX512F__)
 
 #include <assert.h>
 #include <immintrin.h>