Sam Lantinga
|
0fc3574464
Updated copyright for 2024
|
před 1 rokem |
Anonymous Maarten
|
ae3a34a388
byteswap: Don't use intrinsic byteswap functions with Intel C compiler
|
před 2 roky |
Sam Lantinga
|
0479df53ca
Updated copyright for 2023
|
před 2 roky |
Sam Lantinga
|
ce5a23bd57
Applied DragonFly BSD patch
|
před 2 roky |
Ozkan Sezer
|
b8f30c021b
SDL_endian.h: check for __powerpc__ and __PPC__ in big endian decision.
|
před 2 roky |
Cameron Cawley
|
b398a847be
Add SDL_FLOATWORDORDER for older ARM toolchains
|
před 3 roky |
Ozkan Sezer
|
ecc1c871e6
SDL_endian.h: use endian predefs from newer gcc and clang versions.
|
před 3 roky |
Sam Lantinga
|
120c76c84b
Updated copyright for 2022
|
před 3 roky |
Ozkan Sezer
|
eb39e20588
SDL_endian.h: remove aarch64 asm.
|
před 3 roky |
Ozkan Sezer
|
53aa8eec5f
minor cleanup for watcom _inline keyword.
|
před 3 roky |
hgs3
|
c2464653d0
Remove unnecessary clang-cl check since Clang has __builtin_bswap.
|
před 3 roky |
hgs3
|
6b66542e7b
Fixing compilation errors for VS2019 Clang toolset (fixes #4702)
|
před 3 roky |
Ozkan Sezer
|
dd6269b1e0
SDL_endian.h: added proper version check (VS2005+) to MSVC functionality
|
před 3 roky |
Sam Lantinga
|
b687c0ff2c
Integrate fix for Source 2's Win32 build that does '#define __i386__ 1' which causes it to hit the __i386__ case instead of the _MSC_VER case.
|
před 3 roky |
Ryan C. Gordon
|
b8da02e6ef
include: Fix triggering of Clang's -Wexpansion-to-defined in SDL_endian.h
|
před 3 roky |
Alex R
|
eb8f332c26
fix: allow builtins for all archs (#4756)
|
před 3 roky |
Joshua Root
|
9bf6557585
Correctly check for bswap builtins before using
|
před 3 roky |
nia
|
98f2e38b26
Use <sys/endian.h> for endian detection on NetBSD
|
před 3 roky |
Vladislav Dmitrievich Turbanov
|
50db4a59b8
* Support for intrinsics in MSW + Clang scenario.
|
před 4 roky |
Ozkan Sezer
|
55a385a333
removed a useless restriction from Watcom version of SDL_Swap32()
|
před 4 roky |
Ozkan Sezer
|
b8d2185277
added Watcom i386 inline asm for SDL_Swap64()
|
před 4 roky |
Sam Lantinga
|
ef52560a24
Fixed bug 5539 - Clang 11 fails to compile a CMake build with conflicting types for _m_prefetchw
|
před 4 roky |
Cameron Gutman
|
0f0946702d
Use Clang/GCC builtins for SDL byteswapping functions
|
před 4 roky |
Cameron Gutman
|
115d66e756
Use MSVC _byteswap intrinsics for SDL byteswapping functions
|
před 4 roky |
Sam Lantinga
|
6f9e18da2a
Fixed bug 5441 - Add support for endianness check on FreeBSD: Fixes endianness checking on at least powerpc64le, maybe also other architectures
|
před 4 roky |
Sam Lantinga
|
9130f7c377
Updated copyright for 2021
|
před 4 roky |
Ozkan Sezer
|
5b2e011e6d
SDL_endian.h: minor fixes from SDL-1.2 branch
|
před 4 roky |
Ozkan Sezer
|
9e22f62e0d
arm64 implementations of SDL_Swap16/32 (bug #5419.)
|
před 4 roky |
Ozkan Sezer
|
2355dea448
revert 'arm64 implementations of SDL_Swap16/32' for now (bug #5419)
|
před 4 roky |
Ozkan Sezer
|
2f99bc07e7
arm64 implementations of SDL_Swap16/32 (bug #5419.)
|
před 4 roky |