Render imm32 as signed in RandomX code

This commit is contained in:
tevador
2019-02-09 16:19:15 +01:00
parent 9af0cbf108
commit 2798d78717
6 changed files with 706 additions and 706 deletions

View File

@@ -20,7 +20,6 @@ along with RandomX. If not, see<http://www.gnu.org/licenses/>.
#define MAGIC_DIVISION
#include "AssemblyGeneratorX86.hpp"
#include "common.hpp"
#include "instructions.hpp"
#ifdef MAGIC_DIVISION
#include "divideByConstantCodegen.h"
#endif