diff options
author | Vinson Lee <[email protected]> | 2014-05-30 19:40:26 -0700 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2014-05-30 19:47:35 -0700 |
commit | 83bba8f14603022c6c80bef95020e079d7cb73c0 (patch) | |
tree | 6290c660cdb607519460e560cece333707e7fa05 /src/glx/apple/apple_visual.c | |
parent | 90b5747856dd116e1a7e0fd4a93781400f276c3e (diff) |
util: Do not use __builtin_clrsb with Intel C++ Compiler.
This patch fixes this build error with icc 14.0.2.
In file included from state_tracker/st_glsl_to_tgsi.cpp(63):
../../src/gallium/auxiliary/util/u_math.h(583): error: identifier "__builtin_clrsb" is undefined
return 31 - __builtin_clrsb(i);
^
Signed-off-by: Vinson Lee <[email protected]>
Diffstat (limited to 'src/glx/apple/apple_visual.c')
0 files changed, 0 insertions, 0 deletions