mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 03:08:05 +02:00
swr: [rasterizer core] don't assume linux is 64-bit
This commit is contained in:
parent
49678803f7
commit
1da9c8a970
1 changed files with 1 additions and 2 deletions
|
|
@ -46,8 +46,7 @@ void OpenBitmapFromFile(
|
|||
uint32_t *height);
|
||||
#endif
|
||||
|
||||
/// @todo assume linux is always 64 bit
|
||||
#if defined(_WIN64) || defined(__linux__) || defined(__gnu_linux__)
|
||||
#if defined(_WIN64) || defined(__x86_64__)
|
||||
#define _MM_INSERT_EPI64 _mm_insert_epi64
|
||||
#define _MM_EXTRACT_EPI64 _mm_extract_epi64
|
||||
#else
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue