From: Cordell Bloor <cgmb@slerp.xyz>
Date: Fri, 28 Jul 2023 14:08:07 -0600
Subject: remove x86 intrinsics

The x86 intrinsics don't seem to be used.

Forwarded: no
---
 clients/include/rocblas_math.hpp | 1 -
 1 file changed, 1 deletion(-)

diff --git a/clients/include/rocblas_math.hpp b/clients/include/rocblas_math.hpp
index 4ffca13..a226a89 100644
--- a/clients/include/rocblas_math.hpp
+++ b/clients/include/rocblas_math.hpp
@@ -25,7 +25,6 @@
 #include "rocblas.h"
 #include <cmath>
 #include <hip/hip_runtime.h>
-#include <immintrin.h>
 #include <type_traits>
 
 /* ============================================================================================ */
