* src/vm/jit/alpha/arch.h (SUPPORT_LONG_DIV_POW2)
[cacao.git] / src / vm / jit / x86_64 / arch.h
index ee87b4ed21fb17ae13f882fba120ca95994494dd..c36824cb3b2d51610b48d18faacd33b81bf6561f 100644 (file)
@@ -28,7 +28,7 @@
 
    Changes:
 
-   $Id: arch.h 4357 2006-01-22 23:33:38Z twisti $
+   $Id: arch.h 5017 2006-06-06 18:05:16Z twisti $
 
 */
 
@@ -67,6 +67,9 @@
 #define SUPPORT_LONG_MUL                 1
 #define SUPPORT_LONG_DIV                 1
 
+#define SUPPORT_LONG_DIV_POW2            1
+#define SUPPORT_LONG_REM_POW2            1
+
 #define SUPPORT_CONST_LOGICAL            1  /* AND, OR, XOR with immediates   */
 #define SUPPORT_CONST_MUL                1  /* mutiply with immediate         */