Re: [Mesa-dev] [PATCH] util: Implement unreachable for MSVC using __assume

2014-11-04 Thread Brian Paul
On 11/03/2014 04:43 PM, Ian Romanick wrote: From: Ian Romanick Based on the description of __assume at: http://msdn.microsoft.com/en-us/library/1b3fsfxw.aspx Signed-off-by: Ian Romanick Cc: Brian Paul --- src/util/macros.h | 6 ++ 1 file changed, 6 insertions(+) diff --git a/src/uti

[Mesa-dev] [PATCH] util: Implement unreachable for MSVC using __assume

2014-11-03 Thread Ian Romanick
From: Ian Romanick Based on the description of __assume at: http://msdn.microsoft.com/en-us/library/1b3fsfxw.aspx Signed-off-by: Ian Romanick Cc: Brian Paul --- src/util/macros.h | 6 ++ 1 file changed, 6 insertions(+) diff --git a/src/util/macros.h b/src/util/macros.h index ff37a7d..da