SCM Repository
[diderot] Diff of /branches/staging/TODO
Diff of /branches/staging/TODO
Parent Directory
|
Revision Log
|
Patch
25 |
|
|
26 |
value-numbering optimization [DONE, but needs more testing] |
value-numbering optimization [DONE, but needs more testing] |
27 |
|
|
28 |
|
Allow ".ddro" file extensions in addition to ".diderot" |
29 |
|
|
30 |
|
Be able to output values of type tensor[2,2] and tensor[3,3] |
31 |
|
(currently only scalars & vectors) |
32 |
|
|
33 |
[GLK:1] Add a clamp function, which takes three arguments; either |
[GLK:1] Add a clamp function, which takes three arguments; either |
34 |
three scalars: |
three scalars: |
35 |
clamp(lo, hi, x) = max(lo, min(hi, x)) |
clamp(lo, hi, x) = max(lo, min(hi, x)) |
|
Legend:
Removed from v.1166 |
|
changed lines |
|
Added in v.1167 |
|
|