Artifact a092f43b122a9e7323ee9fe8309b959ca0da095e:
- File
operator/screen-rgb-grey8.crimp
-
2011-12-15 01:25:30
— part of check-in
[b0d870cef2]
on branch infinite-plane
— Reorganized the binary ops, added result type to the generated file
names, and added a few combinations always generating float, for
operators like atan2 and hypot.
Updated all users of the binop_*.c files. Reworked pow to use the binop machinery.
Created special binary ops template for fpcomplex operations which are not element-wise (multiply, div), and updated the actual operators to use this. (user: andreask size: 583)
- 2012-05-31 17:51:48 — part of check-in [eec1625aca] on branch trunk — Branch "infinite-plane" completed, merged back to main. This is now version 0.2, although some more development may happen before its tagged and bagged. (user: andreask size: 583)
-
2011-12-15 01:25:30
— part of check-in
[b0d870cef2]
on branch infinite-plane
— Reorganized the binary ops, added result type to the generated file
names, and added a few combinations always generating float, for
operators like atan2 and hypot.