]> git.imager.perl.org - imager.git/blobdiff - regmach.h
switch to Test::More in a few more test scripts, eliminate the
[imager.git] / regmach.h
index 79b8fda2713d08538c2c30c1617e6f90644365ff..e8df6ea279e0e9b31f9d068d02df4098eb534374 100644 (file)
--- a/regmach.h
+++ b/regmach.h
@@ -3,7 +3,7 @@
 
 #include <stdio.h>
 #include <math.h>
 
 #include <stdio.h>
 #include <math.h>
-#include "image.h"
+#include "imager.h"
 
 enum rm_byte_codes {
   rbc_add, /* ra + rb -> r*/
 
 enum rm_byte_codes {
   rbc_add, /* ra + rb -> r*/
@@ -57,6 +57,8 @@ enum rm_byte_codes {
   rbc_rgba, /* rgba(ra, rb, rc, rd) -> p */
   rbc_hsva, /* hsva(ra, rb, rc, rd) -> p */
   rbc_alpha, /* alpha(pa) -> r */
   rbc_rgba, /* rgba(ra, rb, rc, rd) -> p */
   rbc_hsva, /* hsva(ra, rb, rc, rd) -> p */
   rbc_alpha, /* alpha(pa) -> r */
+  rbc_log, /* log(ra) -> r */
+  rbc_exp, /* exp(ra) -> r */
   rbc_op_count
 };
 
   rbc_op_count
 };