config.h 607 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. /*
  2. * Autogenerated by the Meson build system.
  3. * Do not edit, your changes will be lost.
  4. */
  5. #pragma once
  6. #define ARCH_AARCH64 0
  7. #define ARCH_ARM 0
  8. #define ARCH_PPC64LE 0
  9. #define ARCH_X86 1
  10. #define ARCH_X86_32 0
  11. #define ARCH_X86_64 1
  12. #define CONFIG_16BPC 1
  13. #define CONFIG_8BPC 1
  14. // #define CONFIG_LOG 1 -- Logging is controlled by Chromium
  15. #define ENDIANNESS_BIG 0
  16. #define HAVE_ASM 1
  17. #define HAVE_AVX512ICL 1
  18. #define HAVE_CLOCK_GETTIME 1
  19. #define HAVE_DLSYM 1
  20. #define HAVE_POSIX_MEMALIGN 1
  21. #define HAVE_UNISTD_H 1
  22. // #define STACK_ALIGNMENT 32 -- Stack alignment is controlled by Chromium