https://bugs.freedesktop.org/show_bug.cgi?id=69541

Vinson Lee <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #2 from Vinson Lee <[email protected]> ---
commit 6d29db715b8d60718ada1ab8ad19d969cac43caf
Author: Vinson Lee <[email protected]>
Date:   Sun Sep 22 16:08:26 2013 -0700

    glsl: Define isnormal and copysign for MSVC to fix build.

    This patch fixes these MSVC build errors.

    ir_constant_expression.cpp
    src\glsl\ir_constant_expression.cpp(564) : warning C4244: '=' : conversion
from 'int' to 'float', possible loss of data
    src\glsl\ir_constant_expression.cpp(1384) : error C3861: 'isnormal':
identifier not found
    src\glsl\ir_constant_expression.cpp(1385) : error C3861: 'copysign':
identifier not found

    Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=69541
    Signed-off-by: Vinson Lee <[email protected]>
    Acked-by: Matt Turner <[email protected]>

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
mesa-dev mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to