diff options
author | Quentin Carbonneaux <quentin.carbonneaux@yale.edu> | 2016-02-11 20:03:35 -0500 |
---|---|---|
committer | Quentin Carbonneaux <quentin.carbonneaux@yale.edu> | 2016-02-11 20:03:35 -0500 |
commit | 66a8044fcc4c6863570170b04e91947af7311044 (patch) | |
tree | 0cad64fd06efbe01bb3e1b999e69ad78916a5737 /lisc | |
parent | cfa285395e19460a2da9c63167185a08245f1d83 (diff) | |
download | roux-66a8044fcc4c6863570170b04e91947af7311044.tar.gz |
fixed the comparison issue
Diffstat (limited to 'lisc')
-rw-r--r-- | lisc/FP | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lisc/FP b/lisc/FP index 5261175..b24cf40 100644 --- a/lisc/FP +++ b/lisc/FP @@ -18,10 +18,6 @@ Summary: Conversions from/to unsigned types are hard! I need to find a reference for that. -Problem with "cls" field: for comparisons, this field is -for the argument of the instruction, but, in the case of -Load (for example), it is about the result. - Roadmap in isel. Make sure all floating point immediates are accessed through a memory load. The load can be fused in some |