From a79446443208053e03d81c15be1f373a2c9301e3 Mon Sep 17 00:00:00 2001 From: Balhau Date: Sun, 2 Dec 2018 10:16:40 +0000 Subject: [PATCH] Changed print into printHex The print in decimal format is not good to validate the packed structure of integers. The hex format is better because it enable us to validate the methods by looking at the position of the packed values --- src/core/cpu/utils.hpp | 4 ++-- sse.cpp | 10 ++++++++-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/src/core/cpu/utils.hpp b/src/core/cpu/utils.hpp index 19116a6..83be565 100644 --- a/src/core/cpu/utils.hpp +++ b/src/core/cpu/utils.hpp @@ -33,9 +33,9 @@ namespace Core { static const UChar SHIFT_8 = 8; template - static void print(Number *num,Int len) { + static void printHex(Number *num,Int len) { for(int i=0;i