libroot/os/x86_64: clang says to never include ia32intrin

Change-Id: I08ecdfdc82f89c56081a8873d6263c30bad129b6
Reviewed-on: https://review.haiku-os.org/c/haiku/+/3302
Reviewed-by: Alex von Gluck IV <[email protected]>
Reviewed-by: waddlesplash <[email protected]>
This commit is contained in:
Alexander von Gluck IV
2020-10-11 15:48:30 +00:00
committed by waddlesplash
parent d3179631c9
commit 186dc96ef6
@@ -6,10 +6,7 @@
#include <stdint.h>
//#include <x86intrin.h>
#define _X86INTRIN_H_INCLUDED
#include <ia32intrin.h>
#include <x86intrin.h>
static uint64_t cv_factor;