aboutsummaryrefslogtreecommitdiff
path: root/config.asm
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2017-06-30 09:44:25 +0200
committerAnton Khirnov <anton@khirnov.net>2017-06-30 09:45:37 +0200
commit24103bc5ae3d568ca97bdb70175b975fa680546c (patch)
tree595ab9702987a266e7730807cdb1f4279b838a78 /config.asm
parentd8e21cfe33c9fd98109374510311479955684412 (diff)
Refactor conformal factor evaluation.
Diffstat (limited to 'config.asm')
-rw-r--r--config.asm5
1 files changed, 5 insertions, 0 deletions
diff --git a/config.asm b/config.asm
new file mode 100644
index 0000000..dfe7b30
--- /dev/null
+++ b/config.asm
@@ -0,0 +1,5 @@
+%define ARCH_X86 1
+%define ARCH_X86_32 0
+%define ARCH_X86_64 1
+%define HAVE_ALIGNED_STACK 1
+%define HAVE_CPUNOP 1