[haiku-commits] Change in haiku[master]: libroot/os/x86_64: clang says to never include ia32intrin

  • From: Gerrit <review@xxxxxxxxxxxxxxxxxxx>
  • To: waddlesplash <waddlesplash@xxxxxxxxx>, haiku-commits@xxxxxxxxxxxxx
  • Date: Sun, 11 Oct 2020 14:11:20 +0000

From Alex von Gluck IV <kallisti5@xxxxxxxxxxx>:

Alex von Gluck IV has uploaded this change for review. ( 
https://review.haiku-os.org/c/haiku/+/3302 ;)


Change subject: libroot/os/x86_64: clang says to never include ia32intrin
......................................................................

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

Change-Id: I08ecdfdc82f89c56081a8873d6263c30bad129b6
---
M src/system/libroot/os/arch/x86_64/system_time.cpp
1 file changed, 1 insertion(+), 4 deletions(-)



  git pull ssh://git.haiku-os.org:22/haiku refs/changes/02/3302/1

diff --git a/src/system/libroot/os/arch/x86_64/system_time.cpp 
b/src/system/libroot/os/arch/x86_64/system_time.cpp
index 76597de..5678d31 100644
--- a/src/system/libroot/os/arch/x86_64/system_time.cpp
+++ b/src/system/libroot/os/arch/x86_64/system_time.cpp
@@ -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;

--
To view, visit https://review.haiku-os.org/c/haiku/+/3302
To unsubscribe, or for help writing mail filters, visit 
https://review.haiku-os.org/settings

Gerrit-Project: haiku
Gerrit-Branch: master
Gerrit-Change-Id: I08ecdfdc82f89c56081a8873d6263c30bad129b6
Gerrit-Change-Number: 3302
Gerrit-PatchSet: 1
Gerrit-Owner: Alex von Gluck IV <kallisti5@xxxxxxxxxxx>
Gerrit-MessageType: newchange

Other related posts:

  • » [haiku-commits] Change in haiku[master]: libroot/os/x86_64: clang says to never include ia32intrin - Gerrit