• Show log

    Commit

  • Hash : 3bd0e900
    Author : Sam Lantinga
    Date : 2014-02-02T00:33:31

    Fixed bug 2376 - no SDL_HasAVX
    
    Haneef Mubarak
    
    AVX is the successor to SSE* and is fairly widely available. As such, it really ought to be detectable.
    
    This functionality ought to be trivial to implement, and not having it means being forced to write an ugly workaround to check for AVX (so that normal SSE can be used if AVX is not available).
    
    Here is an example on detecting AVX from SO (it actually shows ways to cehck for all of teh fancy instructions):
    
    http://stackoverflow.com/questions/6121792/how-to-check-if-a-cpu-supports-the-sse3-instruction-set
    

  • 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 thodg_l
    Tags