* src/vm/jit/alpha/arch.h (SUPPORT_LONG_DIV_POW2)
[cacao.git] / src / vm / jit / i386 / arch.h
index 870e01e1b31a6c105556ce93556b0518d3811616..8410a497b2d24c2c4b3e125822fae6b2b3f1a786 100644 (file)
@@ -28,7 +28,7 @@
 
    Changes:
 
-   $Id: arch.h 4386 2006-01-30 11:26:34Z christian $
+   $Id: arch.h 5017 2006-06-06 18:05:16Z twisti $
 
 */
 
@@ -79,6 +79,9 @@
 #define SUPPORT_LONG_MUL                 1
 #define SUPPORT_LONG_DIV                 0
 
+#define SUPPORT_LONG_DIV_POW2            1
+#define SUPPORT_LONG_REM_POW2            0
+
 #define SUPPORT_CONST_LOGICAL            1  /* AND, OR, XOR with immediates   */
 #define SUPPORT_CONST_MUL                1  /* mutiply with immediate         */