Sam Lantinga
|
120c76c84b
Updated copyright for 2022
|
3 년 전 |
SDL Wiki Bot
|
c7dafb1556
Sync wiki -> header
|
3 년 전 |
SDL Wiki Bot
|
8b23029d23
Sync wiki -> header
|
3 년 전 |
Sam Lantinga
|
609cea1eb8
Enable SSE3 intrinsics when building with Visual Studio
|
3 년 전 |
Ryan C. Gordon
|
c88eb7a896
Sync wiki -> header.
|
3 년 전 |
Ryan C. Gordon
|
f8c1fc49d9
doxygen: Fix all the "\returns" so they work as part of complete sentences.
|
3 년 전 |
Vladislav Dmitrievich Turbanov
|
50db4a59b8
* Support for intrinsics in MSW + Clang scenario.
|
4 년 전 |
Ryan C. Gordon
|
3f40396d33
First shot at merging the wiki documentation into the headers.
|
4 년 전 |
Esme
|
8ba735c208
Include arm_neon.h in mingw targeting ARM Windows.
|
4 년 전 |
Sam Lantinga
|
9130f7c377
Updated copyright for 2021
|
4 년 전 |
Ozkan Sezer
|
fc795f89d3
SDL_cpuinfo.h: add missing const to size parameter of SDL_SIMDRealloc()
|
4 년 전 |
Ethan Lee
|
2aa8974f97
Add SDL_SIMDRealloc
|
4 년 전 |
Sam Lantinga
|
a8780c6a28
Updated copyright date for 2020
|
5 년 전 |
Ben Avison
|
6a6a05289e
ARM: Create configure option --enable-arm-simd to govern assembly optimizations
|
5 년 전 |
Sam Lantinga
|
cbdee4d656
[ SDL ] Fix compile error building for Windows/ARM64 on Visual Studio 2017 Win10 SDK 10.0.18362.0 which requires ar,74intr.h/arm64_neon.h header instead of armintr.h/arm_neon.h for intrinsics.
|
5 년 전 |
Ozkan Sezer
|
282b2b9395
define __ARM_NEON for Windows only if _M_ARM or _M_ARM64 is defined. fixes Visual Studio builds.
|
5 년 전 |
Sam Lantinga
|
8728ce4448
Fixed bug 4557 - SDL_SIMDAlloc and *Free should be in the public interface
|
5 년 전 |
Sam Lantinga
|
53a6196b32
Don't redefine __SSE__ and related macros if they're already defined
|
6 년 전 |
Sam Lantinga
|
5e13087b0f
Updated copyright for 2019
|
6 년 전 |
Sylvain Becker
|
69c256c102
Fix comment and end of lines
|
6 년 전 |
Sylvain Becker
|
09b462044f
Windows: NEON detection and intrinsic includes on Visual Studio
|
6 년 전 |
Sylvain Becker
|
aea7e56a24
android: use __ARM_NEON instead of __ARM_NEON__ to include <arm_neon.h>
|
6 년 전 |
Sam Lantinga
|
ac15de18bd
Fixed bug 4392 - SDL_cpuinfo.h breaks compilation with C bool type
|
6 년 전 |
Ryan C. Gordon
|
b7e88aaae0
audio: Added ARM NEON versions of audio converters.
|
7 년 전 |
Ryan C. Gordon
|
4df859c586
cpuinfo: Added SDL_HasAVX512F().
|
7 년 전 |
Ryan C. Gordon
|
8543ad7df1
cpuinfo: Added some internal SIMD-aligned allocation functions.
|
7 년 전 |
Sam Lantinga
|
6d39e67bad
Fixed bug 4103 - SDL_cpuinfo.h provokes warnings with -Wundef on non-x86 hosts
|
7 년 전 |
Sam Lantinga
|
e3cc5b2c6b
Updated copyright for 2018
|
7 년 전 |
Sam Lantinga
|
0597bf6e99
Fixed bug 3993 - altivec.h include in SDL_cpuinfo.h breaks compilation with -std=c++11
|
7 년 전 |
Sam Lantinga
|
f1ec8a5f4c
Check for immintrin.h before using it in SDL_cpuinfo.h
|
7 년 전 |