Projects
Essentials
x265
x265-fix_enable512.patch
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File x265-fix_enable512.patch of Package x265 (Revision 42)
Currently displaying revision
42
,
Show latest
--- a/source/common/cpu.cpp +++ b/source/common/cpu.cpp @@ -110,6 +110,11 @@ const cpu_name_t cpu_names[] = { "", 0 }, }; +bool detect512() +{ + return(enable512); +} + #if X265_ARCH_X86 extern "C" { @@ -123,11 +128,6 @@ uint64_t PFX(cpu_xgetbv)(int xcr); #pragma warning(disable: 4309) // truncation of constant value #endif -bool detect512() -{ - return(enable512); -} - uint32_t cpu_detect(bool benableavx512 ) {
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.