Edit

kc3-lang/angle/AUTHORS

Branch :

  • Show log

    Commit

  • Author : Carl Woffenden
    Date : 2021-01-12 18:25:39
    Hash : 679d1187
    Message : Fix to build with VS2019 When building with VS2019 (using is_clang=false) multiples of the following error are given: ../../src/common/mathutil.cpp(75): error C4244: '=': conversion from 'double' to 'float', possible loss of data (This is due to pow(), when passed an int for the second param, widens the first param to a double then returns a double). Since the code was being changed the opportunity was taken to: - add missing unit tests for the two 999E5 conversions - optimise out the common pow() functions The unit tests were written against the original implementation, then the optimisations added and verified against the original results. Bug: angleproject:5521, dawn:602 Change-Id: Ic9e5eaedbe3fc7ceeed697898823b76dffcd989a Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2624888 Commit-Queue: Jamie Madill <jmadill@chromium.org> Reviewed-by: Jamie Madill <jmadill@chromium.org>

  • AUTHORS
  • # This is the official list of The ANGLE Project Authors
    # for copyright purposes.
    # This file is distinct from the CONTRIBUTORS files.
    # See the latter for an explanation.
    
    # Names should be added to this file as
    #	Name or Organization
    # Email addresses for individuals are tracked elsewhere to avoid spam.
    
    Google Inc.
    TransGaming Inc.
    3DLabs Inc. Ltd.
    
    Adobe Systems Inc.
    Autodesk, Inc.
    BlackBerry Limited
    Cable Television Laboratories, Inc.
    Cloud Party, Inc.
    Igalia, S.L.
    Imagination Technologies Ltd.
    Intel Corporation
    Mozilla Corporation
    Turbulenz
    Klarälvdalens Datakonsult AB
    Microsoft Corporation
    Microsoft Open Technologies, Inc.
    NVIDIA Corporation
    Opera Software ASA
    The Qt Company Ltd.
    Advanced Micro Devices, Inc.
    LG Electronics, Inc.
    IBM Inc.
    AdaptVis GmbH
    Samsung Electronics, Inc.
    Arm Ltd.
    Broadcom Inc.
    Facebook, Inc.
    The Khronos Group, Inc.
    Numfum GmbH
    
    Jacek Caban
    Mark Callow
    Ginn Chen
    Tibor den Ouden
    Régis Fénéon
    James Hauxwell
    Sam Hocevar
    Pierre Leveille
    Jonathan Liu
    Boying Lu
    Aitor Moreno
    Yuri O'Donnell
    Josh Soref
    Maks Naumov
    Jinyoung Hur
    Sebastian Bergstein
    James Ross-Gowan
    Nickolay Artamonov
    Ihsan Akmal
    Andrei Volykhin
    Jérôme Duval
    Руслан Ижбулатов
    Thomas Miller
    Till Rathmann
    Nick Shaforostov
    Jaime Bernardo
    Le Hoang Quyen
    Ethan Lee
    Renaud Lepage
    Artem Bolgar
    Wander Lairson Costa
    Stephan Hartmann