Search:
Login
Help/Guide
About Trac
Preferences
Forgot your password?
Wiki
Timeline
Roadmap
View Tickets
Search
Context Navigation
←
Previous Change
Wiki History
Next Change →
Changes between
Version 1
and
Version 2
of
OpenclCpu
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
Feb 3, 2014, 11:06:09 PM (
11 years
ago)
Author:
davea
Comment:
--
Legend:
Unmodified
Added
Removed
Modified
OpenclCpu
v1
v2
25
25
if (sreq.host.get_cpu_opencl_prop("intel", ocp)) {
26
26
... host has Intel OpenCL/CPU implementation
27
if (!strstr(sreq.host.p_feature,"sse4.1")) {
28
// interesting factoid: Intel's OpenCL/CPU implementation requires SSE4.1
29
return false;
30
}
27
31
}
28
32
...