H.J. Lu
9620398097
x86: Install <sys/platform/x86.h> [BZ #26124 ]
...
Install <sys/platform/x86.h> so that programmers can do
#if __has_include(<sys/platform/x86.h>)
#include <sys/platform/x86.h>
#endif
...
if (CPU_FEATURE_USABLE (SSE2))
...
if (CPU_FEATURE_USABLE (AVX2))
...
<sys/platform/x86.h> exports only:
enum
{
COMMON_CPUID_INDEX_1 = 0,
COMMON_CPUID_INDEX_7,
COMMON_CPUID_INDEX_80000001,
COMMON_CPUID_INDEX_D_ECX_1,
COMMON_CPUID_INDEX_80000007,
COMMON_CPUID_INDEX_80000008,
COMMON_CPUID_INDEX_7_ECX_1,
/* Keep the following line at the end. */
COMMON_CPUID_INDEX_MAX
};
struct cpuid_features
{
struct cpuid_registers cpuid;
struct cpuid_registers usable;
};
struct cpu_features
{
struct cpu_features_basic basic;
struct cpuid_features features[COMMON_CPUID_INDEX_MAX];
};
/* Get a pointer to the CPU features structure. */
extern const struct cpu_features *__x86_get_cpu_features
(unsigned int max) __attribute__ ((const));
Since all feature checks are done through macros, programs compiled with
a newer <sys/platform/x86.h> are compatible with the older glibc binaries
as long as the layout of struct cpu_features is identical. The features
array can be expanded with backward binary compatibility for both .o and
.so files. When COMMON_CPUID_INDEX_MAX is increased to support new
processor features, __x86_get_cpu_features in the older glibc binaries
returns NULL and HAS_CPU_FEATURE/CPU_FEATURE_USABLE return false on the
new processor feature. No new symbol version is neeeded.
Both CPU_FEATURE_USABLE and HAS_CPU_FEATURE are provided. HAS_CPU_FEATURE
can be used to identify processor features.
Note: Although GCC has __builtin_cpu_supports, it only supports a subset
of <sys/platform/x86.h> and it is equivalent to CPU_FEATURE_USABLE. It
doesn't support HAS_CPU_FEATURE.
2020-09-11 17:20:52 -07:00
..
2020-08-07 14:38:43 +00:00
2020-09-11 14:35:24 -03:00
2020-09-11 14:35:11 -03:00
2020-09-11 14:35:24 -03:00
2020-07-16 17:55:35 +02:00
2020-08-07 14:38:43 +00:00
2020-09-11 14:35:27 -03:00
2020-09-11 14:35:24 -03:00
2020-09-11 17:20:52 -07:00
2020-09-11 14:35:11 -03:00
2020-09-11 14:42:05 -03:00
2020-09-11 14:35:24 -03:00
2020-09-11 16:20:49 -03:00
2020-09-11 14:35:24 -03:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-08-07 14:38:43 +00:00
2020-09-11 14:35:24 -03:00
2020-08-27 08:17:43 -07:00
2020-09-11 14:35:24 -03:00
2020-01-01 00:14:33 +00:00
2020-09-11 14:35:24 -03:00
2020-09-11 14:35:24 -03:00
2020-07-16 17:55:35 +02:00
2020-09-11 14:35:24 -03:00
2020-07-16 17:55:35 +02:00
2020-09-11 17:20:52 -07:00
2020-03-03 12:17:24 +01:00
2019-02-25 13:19:19 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-05-20 01:03:26 +02:00
2020-05-20 01:03:26 +02:00
2020-07-07 14:10:58 -03:00
2020-03-03 12:16:15 +01:00
2020-01-01 00:14:33 +00:00
2020-02-18 13:42:29 +01:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-08-24 14:27:19 -03:00
2020-02-14 21:12:45 -03:00
2020-09-11 14:41:57 -03:00
2020-08-24 14:28:21 -03:00
2020-08-24 15:04:29 -03:00
2020-08-24 15:04:31 -03:00
2020-05-20 16:45:16 +02:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-03-03 12:11:01 +01:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-06-02 11:54:58 +02:00
2020-02-14 21:12:45 -03:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-02-14 21:12:45 -03:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-03 11:22:07 -03:00
2020-01-03 11:22:07 -03:00
2020-01-03 11:22:07 -03:00
2020-02-14 21:12:45 -03:00
2020-07-07 14:10:58 -03:00
2020-01-01 00:14:33 +00:00
2020-07-07 14:10:58 -03:00
2020-07-07 14:10:58 -03:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-02-14 21:12:45 -03:00
2020-09-11 14:35:32 -03:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-03-05 16:10:26 +01:00
2020-01-01 00:14:33 +00:00
2020-02-14 21:12:45 -03:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-09-11 14:35:32 -03:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-02 10:18:10 +01:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-03-07 12:45:27 +01:00
2020-03-09 10:26:46 +01:00
2020-03-09 10:26:46 +01:00
2020-09-11 14:35:20 -03:00
2020-09-11 14:35:20 -03:00
2020-09-11 14:35:24 -03:00
2020-09-11 14:35:24 -03:00
2020-03-03 12:16:15 +01:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-03 10:02:05 -03:00
2020-09-02 09:16:05 -03:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-03-03 12:15:38 +01:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-04-02 09:21:06 -07:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-03-03 12:15:38 +01:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-04-02 09:21:06 -07:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-02-18 23:55:47 +01:00
2020-05-11 22:23:34 +02:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-02-14 21:12:45 -03:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-07-07 14:10:58 -03:00
2020-01-01 00:14:33 +00:00
2020-07-09 12:05:35 -03:00
2020-09-11 14:35:11 -03:00
2020-01-01 00:14:33 +00:00
2020-09-02 09:16:05 -03:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:21:22 +00:00
2020-01-01 00:14:33 +00:00
2020-02-14 21:12:45 -03:00
2020-01-03 11:22:07 -03:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-03-09 10:26:46 +01:00
2020-09-11 14:35:15 -03:00
2020-09-11 14:35:15 -03:00
2020-09-11 16:20:49 -03:00
2020-01-01 00:14:33 +00:00
2020-03-03 12:11:26 +01:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-03-03 12:11:49 +01:00
2020-03-03 12:11:49 +01:00
2020-03-03 12:11:49 +01:00
2020-03-03 12:11:49 +01:00
2020-03-03 12:11:49 +01:00
2020-03-03 12:11:49 +01:00
2020-08-24 15:04:31 -03:00
2020-08-24 15:04:31 -03:00
2020-03-03 12:11:49 +01:00
2020-07-09 12:05:40 -03:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-02-14 21:12:45 -03:00
2020-02-14 21:12:45 -03:00
2020-03-03 12:16:55 +01:00
2020-05-20 17:58:56 +02:00
2020-05-20 01:09:16 +02:00
2020-01-01 00:14:33 +00:00
2020-09-11 14:35:32 -03:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-03-03 12:50:07 +01:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-09-11 14:35:32 -03:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-02-14 21:12:45 -03:00
2020-01-01 00:14:33 +00:00
2020-03-03 12:16:35 +01:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-02-14 21:12:45 -03:00
2020-02-14 21:12:45 -03:00
2020-02-14 21:12:45 -03:00
2020-02-14 21:12:45 -03:00
2020-02-14 21:12:45 -03:00
2020-09-11 14:42:02 -03:00
2020-04-30 10:42:43 -07:00
2020-03-03 12:14:40 +01:00
2020-03-03 12:14:40 +01:00
2020-03-03 12:14:40 +01:00
2020-03-03 12:18:22 +01:00
2020-03-03 12:15:06 +01:00
2020-03-03 12:18:22 +01:00
2020-03-03 12:15:06 +01:00
2020-01-01 00:14:33 +00:00
2020-04-29 13:20:27 -07:00
2020-04-29 13:20:27 -07:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-09-11 16:20:49 -03:00
2020-09-11 16:20:49 -03:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-02-14 21:12:45 -03:00
2020-02-14 21:12:45 -03:00
2020-02-14 21:12:45 -03:00
2020-01-01 00:14:33 +00:00
2020-09-11 14:35:32 -03:00
2020-03-03 12:14:40 +01:00
2020-03-03 12:14:40 +01:00
2020-03-03 12:18:22 +01:00
2020-03-03 12:15:06 +01:00
2020-03-03 12:18:22 +01:00
2020-03-03 12:15:06 +01:00
2020-02-14 21:12:45 -03:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-09-02 09:16:05 -03:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-03-03 12:06:39 +01:00
2020-01-01 00:14:33 +00:00
2020-02-14 21:12:45 -03:00
2020-01-01 00:14:33 +00:00
2020-03-03 12:13:07 +01:00
2020-07-16 17:55:35 +02:00
2020-08-24 15:04:31 -03:00
2020-05-16 15:47:51 +02:00
2020-01-01 00:14:33 +00:00
2020-07-09 12:05:35 -03:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-09-11 14:42:05 -03:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-04-02 09:21:06 -07:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-06-30 21:20:20 +02:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-02-14 21:12:45 -03:00
2020-07-09 12:05:47 -03:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-07-07 14:10:58 -03:00
2020-07-07 14:10:58 -03:00
2020-07-07 14:10:58 -03:00
2020-07-07 14:10:58 -03:00
2020-04-21 15:10:07 -03:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-07-07 14:10:58 -03:00
2020-03-03 12:13:29 +01:00
2020-07-07 14:10:58 -03:00
2020-07-07 14:10:58 -03:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-03-03 12:12:11 +01:00
2020-07-09 12:05:40 -03:00
2020-07-09 12:05:35 -03:00
2020-07-09 12:05:47 -03:00
2020-01-01 00:14:33 +00:00
2020-08-07 14:38:43 +00:00
2020-05-20 01:03:26 +02:00
2020-01-01 00:14:33 +00:00
2020-04-15 17:17:32 +02:00
2020-01-01 00:14:33 +00:00
2020-02-14 21:12:45 -03:00
2020-02-14 21:12:45 -03:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-04-21 15:10:07 -03:00
2020-08-24 14:27:15 -03:00
2020-08-24 14:27:15 -03:00
2020-01-01 00:14:33 +00:00
2020-01-03 11:22:07 -03:00
2020-02-14 21:12:45 -03:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-08-24 15:04:31 -03:00
2020-06-02 11:59:26 +02:00
2020-02-03 12:16:09 +01:00
2020-02-02 11:23:23 +01:00
2020-08-24 15:04:31 -03:00
2020-02-14 21:12:45 -03:00
2020-02-05 00:10:16 +01:00
2020-07-07 14:10:58 -03:00
2020-07-07 14:10:58 -03:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-02-14 14:40:34 -08:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-02 10:18:10 +01:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-08-13 18:50:24 +00:00
2020-02-09 11:51:08 +01:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-02-19 10:54:02 -03:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-09-11 14:35:32 -03:00
2020-09-11 14:35:32 -03:00
2020-01-01 00:14:33 +00:00
2020-04-02 09:21:06 -07:00
2020-05-08 17:19:13 -03:00
2020-05-08 17:19:13 -03:00
2020-01-01 00:14:33 +00:00
2020-01-02 10:18:10 +01:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-03-05 16:09:52 +01:00
2020-08-24 15:04:31 -03:00
2020-03-05 16:09:52 +01:00
2020-01-01 00:14:33 +00:00
2020-07-16 17:55:35 +02:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-04-14 09:16:54 -07:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-09-11 14:35:27 -03:00
2020-01-01 00:14:33 +00:00
2020-09-11 14:35:13 -03:00
2020-09-11 14:35:13 -03:00
2020-09-11 14:35:07 -03:00
2020-09-11 14:35:07 -03:00
2020-09-11 14:35:13 -03:00