• Show log

    Commit

  • Hash : b46af82c
    Author : Chris Blume
    Date : 2019-02-12T17:35:10

    ARMv7 NEON: #ifdef unused funcs/vars w/ -mfpu=neon
    
    When simd/arm/jsimd.c is compiled with __ARM_NEON__ defined (which will
    be the case if -mfpu=neon is passed to the compiler), the
    parse_proc_cpuinfo() and check_feature() functions and the bufsize
    variable are unused and thus need to be #ifdef'ed out in order to avoid
    compiler warnings.  Note that the bufsize variable was already #ifdef'ed
    out on Linux but not on Android due to lack of parentheses (&& takes
    precedence over ||.)
    
    Closes #331
    

  • 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