logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git

config.h (419B)


  1. #define ARCH_AARCH64 0
  2. #define ARCH_ARM 0
  3. #define ARCH_PPC64LE 0
  4. #ifdef __x86_64__
  5. #define ARCH_X86 1
  6. #define ARCH_X86_32 0
  7. #define ARCH_X86_64 1
  8. #endif
  9. #define CONFIG_16BPC 1
  10. #define CONFIG_8BPC 1
  11. #define CONFIG_LOG 1
  12. #define ENDIANNESS_BIG 0
  13. #define HAVE_ASM 1
  14. #define HAVE_AVX512ICL 1
  15. #define HAVE_CLOCK_GETTIME 1
  16. #define HAVE_DLSYM 1
  17. #define HAVE_POSIX_MEMALIGN 1
  18. #define HAVE_UNISTD_H 1
  19. #define STACK_ALIGNMENT 32