shithub: MicroHs

Download patch

ref: 018765cd263ebc28a5ca3c6f4c3f1fafbab54241
parent: a898f87107b7decff2c77a6cc03023c0688728ad
author: Lennart Augustsson <lennart@augustsson.net>
date: Wed Nov 8 10:03:25 EST 2023

Add fneg

--- a/src/MicroHs/Translate.hs
+++ b/src/MicroHs/Translate.hs
@@ -104,6 +104,7 @@
   ("fle", primitive "fle"),
   ("fgt", primitive "fgt"),
   ("fge", primitive "fge"),
+  ("fneg", primitive "fneg"),
   ("fshow", primitive "fshow"),
   ("fread", primitive "fread"),
   ("itof", primitive "itof"),
--