aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarat Dukhan <maratek@gmail.com>2020-04-12 15:34:05 -0700
committerMarat Dukhan <maratek@gmail.com>2020-04-12 15:34:05 -0700
commit62d7d30e5d4c2be1c26cbd4bd316945fc2013fab (patch)
tree9ce62a184d0d3da38ebc76563bdc0fbb200b7507
parent8e02fe647cec1015e26435759c86f3309af38ade (diff)
downloadFXdiv-62d7d30e5d4c2be1c26cbd4bd316945fc2013fab.tar.gz
Disable inline assembly by default
-rw-r--r--include/fxdiv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/fxdiv.h b/include/fxdiv.h
index 0fcc029..f5a09d0 100644
--- a/include/fxdiv.h
+++ b/include/fxdiv.h
@@ -20,7 +20,7 @@
#endif
#ifndef FXDIV_USE_INLINE_ASSEMBLY
- #define FXDIV_USE_INLINE_ASSEMBLY 1
+ #define FXDIV_USE_INLINE_ASSEMBLY 0
#endif
static inline uint64_t fxdiv_mulext_uint32_t(uint32_t a, uint32_t b) {