From 8ef1b52d3b3ec8c06cfc7b5592b714aedf73e708 Mon Sep 17 00:00:00 2001 From: WeebDataHoarder <57538841+WeebDataHoarder@users.noreply.github.com> Date: Fri, 15 Jul 2022 17:52:13 +0200 Subject: [PATCH] Use standard intrinsic types, adjust __builtin with intrinsics --- gaborator.h | 1 + lib/gaborator | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/gaborator.h b/gaborator.h index 9166a7e..1671df5 100644 --- a/gaborator.h +++ b/gaborator.h @@ -4,6 +4,7 @@ #ifdef __SSE3__ #define GABORATOR_USE_SSE3_INTRINSICS 1 + #endif #include "gaborator/gaborator.h" \ No newline at end of file diff --git a/lib/gaborator b/lib/gaborator index 80ef6d4..7442d68 160000 --- a/lib/gaborator +++ b/lib/gaborator @@ -1 +1 @@ -Subproject commit 80ef6d4c8703d165660f7ef8d321fce9b526adfc +Subproject commit 7442d68a0cd2c5a908ba8055e055f0fbf9c36e28