• Show log

    Commit

  • Hash : 69c011ef
    Author : Shahbaz Youssefi
    Date : 2020-06-25T23:51:42

    Assert no undefined behavior with left shift in angle::Bit
    
    (uintN_t)1 << M has undefined behavior when M >= N.  For example, the
    following:
    
        shift = 64;
        value = 1 << shift;
    
    Gives a value of 1 (instead of the arithmetically expected 0) on (some?)
    Intel CPUs.
    
    Bug: None
    Change-Id: I5fbb01eff812a62eb778474cec25a25b80052bac
    Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2269857
    Commit-Queue: Shahbaz Youssefi <syoussefi@chromium.org>
    Reviewed-by: Tim Van Patten <timvp@google.com>
    Reviewed-by: Jamie Madill <jmadill@chromium.org>
    

  • Properties

  • Git HTTP https://git.kmx.io/kc3-lang/angle.git
    Git SSH git@git.kmx.io:kc3-lang/angle.git
    Public access ? public
    Description

    A conformant OpenGL ES implementation for Windows, Mac, Linux, iOS and Android.

    Homepage

    Github

    Users
    thodg_m kc3_lang_org thodg_w www_kmx_io thodg thodg_l
    Tags