From f3eba1aee297504a8c3e7a4500fa184780538265 Mon Sep 17 00:00:00 2001 From: Kobolticus <41238011+Kobolticus@users.noreply.github.com> Date: Mon, 29 Oct 2018 23:01:04 -0400 Subject: [PATCH] Added Functions for _SHR\_SHL --- internal/c/libqb.cpp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/internal/c/libqb.cpp b/internal/c/libqb.cpp index f17b95401..592b9f482 100644 --- a/internal/c/libqb.cpp +++ b/internal/c/libqb.cpp @@ -29741,3 +29741,9 @@ void reinit_glut_callbacks(){ #endif } + +int64 _SHL(int64 a1,int b1) +{return a1<>b1;}