[Mesa-dev] [Bug 69541] ir_constant_expression.cpp(1384) : error C3861: 'isnormal': identifier not found

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sun Sep 29 11:06:57 PDT 2013


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

Vinson Lee <vlee at freedesktop.org> changed:

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

--- Comment #2 from Vinson Lee <vlee at freedesktop.org> ---
commit 6d29db715b8d60718ada1ab8ad19d969cac43caf
Author: Vinson Lee <vlee at freedesktop.org>
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 <vlee at freedesktop.org>
    Acked-by: Matt Turner <mattst88 at gmail.com>

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20130929/530920f8/attachment.html>


More information about the mesa-dev mailing list