From bbd84ccde0d21d0dd4d0d4a72c1bbfc3b5786480 Mon Sep 17 00:00:00 2001 From: WeebDataHoarder <57538841+WeebDataHoarder@users.noreply.github.com> Date: Thu, 11 Apr 2024 10:41:58 +0200 Subject: [PATCH] Update README.md with 386 information --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7a881ac..a438718 100644 --- a/README.md +++ b/README.md @@ -4,4 +4,8 @@ Fork from [git.dero.io/DERO_Foundation/RandomX](https://git.dero.io/DERO_Foundat Original code failed RandomX testcases and was implemented using big.Float. -This package implements RandomX without CGO, using only Golang code, pure float64 ops and two small assembly sections to implement CFROUND for amd64/arm64. Test cases pass properly. \ No newline at end of file +This package implements RandomX without CGO, using only Golang code, pure float64 ops and two small assembly sections to implement CFROUND modes. + +All test cases pass properly. + +Supports `386` `amd64` `arm64` platforms due to rounding mode set via assembly. More can be added with supporting rounding mode under _fpu_. \ No newline at end of file