From ec2e7db23ecdb51ae46454f678e9f5769ad19609 Mon Sep 17 00:00:00 2001 From: Irmen de Jong Date: Sat, 30 Mar 2019 00:40:09 +0100 Subject: [PATCH] doc fix --- docs/source/todo.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/source/todo.rst b/docs/source/todo.rst index d19014ee4..4bbfd9edd 100644 --- a/docs/source/todo.rst +++ b/docs/source/todo.rst @@ -85,7 +85,6 @@ of values together (and use it multiple times). Something like:: Misc ^^^^ -- sqrt() should have integer implementation as well, instead of relying on float SQRT for all argument types - code generation for POW instruction - are there any other missing instructions in the code generator? - implement %asmbinary