• Show log

    Commit

  • Hash : ea4ee229
    Author : DRC
    Date : 2024-12-11T16:51:39

    Neon: Disable some strict compiler warnings
    
    We use a standard set of strict compiler warnings with Clang and GCC to
    continuously test and maintain C89 conformance in the libjpeg API code.
    However, SIMD extensions need not comply with that.  The Neon code
    specifically uses some C99isms, so disable
    -Wdeclaration-after-statement, -Wc99-extensions, and -Wpedantic in the
    scope of that code.  Also modify the Neon feature tests so that they
    will succeed if any of the aforementioned compiler warnings are enabled.
    

  • Properties

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

    Fork of libjpeg with SIMD

    Users
    thodg_m kc3_lang_org thodg_w www_kmx_io thodg_l thodg
    Tags