hwcap.h 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. /* Defines for bits in AT_HWCAP. ARM Linux version.
  2. Copyright (C) 2012-2016 Free Software Foundation, Inc.
  3. This file is part of the GNU C Library.
  4. The GNU C Library is free software; you can redistribute it and/or
  5. modify it under the terms of the GNU Lesser General Public
  6. License as published by the Free Software Foundation; either
  7. version 2.1 of the License, or (at your option) any later version.
  8. The GNU C Library is distributed in the hope that it will be useful,
  9. but WITHOUT ANY WARRANTY; without even the implied warranty of
  10. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  11. Lesser General Public License for more details.
  12. You should have received a copy of the GNU Lesser General Public
  13. License along with the GNU C Library; if not, see
  14. <http://www.gnu.org/licenses/>. */
  15. #if !defined (_SYS_AUXV_H) && !defined (_LINUX_ARM_SYSDEP_H)
  16. # error "Never include <bits/hwcap.h> directly; use <sys/auxv.h> instead."
  17. #endif
  18. /* The following must match the kernel's <asm/hwcap.h>. */
  19. #define HWCAP_ARM_SWP 1
  20. #define HWCAP_ARM_HALF 2
  21. #define HWCAP_ARM_THUMB 4
  22. #define HWCAP_ARM_26BIT 8
  23. #define HWCAP_ARM_FAST_MULT 16
  24. #define HWCAP_ARM_FPA 32
  25. #define HWCAP_ARM_VFP 64
  26. #define HWCAP_ARM_EDSP 128
  27. #define HWCAP_ARM_JAVA 256
  28. #define HWCAP_ARM_IWMMXT 512
  29. #define HWCAP_ARM_CRUNCH 1024
  30. #define HWCAP_ARM_THUMBEE 2048
  31. #define HWCAP_ARM_NEON 4096
  32. #define HWCAP_ARM_VFPv3 8192
  33. #define HWCAP_ARM_VFPv3D16 16384
  34. #define HWCAP_ARM_TLS 32768
  35. #define HWCAP_ARM_VFPv4 65536
  36. #define HWCAP_ARM_IDIVA 131072
  37. #define HWCAP_ARM_IDIVT 262144
  38. #define HWCAP_ARM_VFPD32 524288
  39. #define HWCAP_ARM_LPAE 1048576
  40. #define HWCAP_ARM_EVTSTRM 2097152