3

One really good compilers is TCC/TinyCC, but SDL2 just won't work with it because it uses immintrin

Comments
  • 2
    EDIT: I just had to #define SDL_DISABLE_IMMINTRIN 1
  • 4
    Why not SDL3?
  • 1
    @BordedDev why SDL3 though? and I need most backward compatibility
  • 3
    @3dgoosee They improved the GetTicks for one, but also a bunch of new features. Was mainly just a curiosity, since I don't have a lot of people in my direct circle to talk about it. There is a very small list of removed platforms like stadia and windows phone but PS2 is still there
  • 3
    Or, you know, you could just use a normal compiler which supports all the intrinsics...

    I'm literally fighting ghosts to implement a 1000th of what LLVM has while mfs like this don't even use clang
  • 1
  • 1
    @12bitfloat lol clang is the worst compiler on this planet even MSVC better
  • 1
    @3dgoosee Hell nah, the entire llvm project is awesome. Only boomers use msvc or gcc
  • 2
    @12bitfloat HELL YEAH I BOOM MY MEMORY LIKE IN THE 90S
Add Comment