FreeBSD Bugzilla – Attachment 250356 Details for
Bug 278722
graphics/bgfx: build error on i386 with CPUTYPE=nehalem and newer
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix build error on i386 with CPUTYPE=nehalem and newer
patch-bimg_3rdparty_astc-encoder_source_astcenc__vecmathlib__sse__4.h (text/plain), 481 bytes, created by
Vladimir Druzenko
on 2024-05-03 17:38:31 UTC
(
hide
)
Description:
Fix build error on i386 with CPUTYPE=nehalem and newer
Filename:
MIME Type:
Creator:
Vladimir Druzenko
Created:
2024-05-03 17:38:31 UTC
Size:
481 bytes
patch
obsolete
>--- bimg/3rdparty/astc-encoder/source/astcenc_vecmathlib_sse_4.h.orig 2024-03-28 05:00:55 UTC >+++ bimg/3rdparty/astc-encoder/source/astcenc_vecmathlib_sse_4.h >@@ -1309,5 +1309,7 @@ ASTCENC_SIMD_INLINE int popcount(uint64_t v) > { > #if defined(__MINGW32__) > return static_cast<int>(__builtin_popcountll(v)); >+#elif defined(__FreeBSD__) && !defined(__x86_64__) >+ return static_cast<int>(_mm_popcnt_u32(static_cast<uint32_t>(v))); > #else > return static_cast<int>(_mm_popcnt_u64(v));
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
vvd
:
maintainer-approval?
Actions:
View
|
Diff
Attachments on
bug 278722
: 250356