diff options
author | Vinson Lee <[email protected]> | 2012-08-31 23:30:35 -0700 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2012-09-03 12:28:07 -0700 |
commit | 19b3910bd5dc99c72aa9771d8715dd67897a0810 (patch) | |
tree | 067d0b3c20b47e1c4a94e3ad80a8498b49fe457b /src/gallium/include | |
parent | 51b069e7aa81cdc8f38db71554ae3dd12ce0a6c4 (diff) |
util: Add cpuid for Solaris Studio.
Signed-off-by: Vinson Lee <[email protected]>
Reviewed-by: Brian Paul <[email protected]>
Diffstat (limited to 'src/gallium/include')
-rw-r--r-- | src/gallium/include/pipe/p_config.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gallium/include/pipe/p_config.h b/src/gallium/include/pipe/p_config.h index d63eccdc447..9a09cee8fb9 100644 --- a/src/gallium/include/pipe/p_config.h +++ b/src/gallium/include/pipe/p_config.h @@ -73,6 +73,10 @@ #define PIPE_CC_ICL #endif +#if defined(__SUNPRO_C) || defined(__SUNPRO_CC) +#define PIPE_CC_SUNPRO +#endif + /* * Processor architecture |