• Show log

    Commit

  • Hash : 9f56c7cf
    Author : Ryan C. Gordon
    Date : 2022-07-20T16:39:19

    audio: Remove 5.1->X SIMD converters, add SSE mono->stereo.
    
    The 5.1 versions didn't use the new algorithm, and making that new
    algorithm work took so many permutes that it was significantly slower
    than just using the scalar versions.
    
    However, mono-to-stereo is an extremely common conversion, and it's
    trivial to accelerate it with plain SSE, so that was added!
    

  • Properties

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

    Fork of https://github.com/libsdl-org/SDL

    Users
    thodg_m kc3_lang_org thodg_w www_kmx_io thodg_l thodg
    Tags