• Show log

    Commit

  • Hash : 2143534a
    Author : Ozkan Sezer
    Date : 2021-06-28T02:00:24

    configure.ac: manually check immintrin.h with AC_COMPILE_IFELSE().
    
    AC_CHECK_HEADER() emits warnings when configuring for non-x86, because
    the preprocessor check is OK but the compile check is not:
    
    configure: WARNING: immintrin.h: present but cannot be compiled
    configure: WARNING: immintrin.h:     check for missing prerequisite headers?
    configure: WARNING: immintrin.h: see the Autoconf documentation
    configure: WARNING: immintrin.h:     section "Present But Cannot Be Compiled"
    configure: WARNING: immintrin.h: proceeding with the compiler's result
    

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

  • README.md

  • Simple DirectMedia Layer (SDL) Version 2.0

    https://www.libsdl.org/

    Simple DirectMedia Layer is a cross-platform development library designed to provide low level access to audio, keyboard, mouse, joystick, and graphics hardware via OpenGL and Direct3D. It is used by video playback software, emulators, and popular games including Valve’s award winning catalog and many Humble Bundle games.

    More extensive documentation is available in the docs directory, starting with README.md

    Enjoy!

    Sam Lantinga (slouken@libsdl.org)