equal
deleted
inserted
replaced
158 * This function returns true if the CPU has AVX2 features. |
158 * This function returns true if the CPU has AVX2 features. |
159 */ |
159 */ |
160 extern DECLSPEC SDL_bool SDLCALL SDL_HasAVX2(void); |
160 extern DECLSPEC SDL_bool SDLCALL SDL_HasAVX2(void); |
161 |
161 |
162 /** |
162 /** |
|
163 * This function returns true if the CPU has AVX-512F (foundation) features. |
|
164 */ |
|
165 extern DECLSPEC SDL_bool SDLCALL SDL_HasAVX512F(void); |
|
166 |
|
167 /** |
163 * This function returns true if the CPU has NEON (ARM SIMD) features. |
168 * This function returns true if the CPU has NEON (ARM SIMD) features. |
164 */ |
169 */ |
165 extern DECLSPEC SDL_bool SDLCALL SDL_HasNEON(void); |
170 extern DECLSPEC SDL_bool SDLCALL SDL_HasNEON(void); |
166 |
171 |
167 /** |
172 /** |