From d9f17077a567dbf6dc7c9baf79a4dae1612096d0 Mon Sep 17 00:00:00 2001 From: Ilya Shurumov Date: Tue, 2 Mar 2021 00:43:15 +0600 Subject: [PATCH] - bug fix --- src_rebuild/PsyX/src/GTE/PsyX_GTE.C | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src_rebuild/PsyX/src/GTE/PsyX_GTE.C b/src_rebuild/PsyX/src/GTE/PsyX_GTE.C index ed043e7c..0637cf2d 100644 --- a/src_rebuild/PsyX/src/GTE/PsyX_GTE.C +++ b/src_rebuild/PsyX/src/GTE/PsyX_GTE.C @@ -57,10 +57,11 @@ unsigned int gte_leadingzerocount(unsigned int lzcs) } return lzcr; +#endif if (!lzcs) return 32; -#endif + // perform fast bit scan unsigned int lzcr = lzcs;