[pypy-svn] r13959 - pypy/extradoc/sprintinfo
arigo at codespeak.net
arigo at codespeak.net
Sun Jun 26 16:01:33 CEST 2005
Author: arigo
Date: Sun Jun 26 16:01:31 2005
New Revision: 13959
Modified:
pypy/extradoc/sprintinfo/pre-ep2005-planning.txt
Log:
We miss unsigned int operations in the C back-end.
Modified: pypy/extradoc/sprintinfo/pre-ep2005-planning.txt
==============================================================================
--- pypy/extradoc/sprintinfo/pre-ep2005-planning.txt (original)
+++ pypy/extradoc/sprintinfo/pre-ep2005-planning.txt Sun Jun 26 16:01:31 2005
@@ -71,6 +71,8 @@
* DONE (holger, michael) translator/c/float_include.h should be complete.
+* translator/c/int_include.h needs unsigned arithmetic operations.
+
* progress on translation of example targets:
python demo/bpnn.py (holger, michael, samuele)
python pypy/translator/goal/translate_pypy.py targetrichards.py
More information about the Pypy-commit
mailing list