Changeset View
Changeset View
Standalone View
Standalone View
intern/cycles/util/util_half.h
| Show All 11 Lines | |||||
| * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||||
| * See the License for the specific language governing permissions and | * See the License for the specific language governing permissions and | ||||
| * limitations under the License. | * limitations under the License. | ||||
| */ | */ | ||||
| #ifndef __UTIL_HALF_H__ | #ifndef __UTIL_HALF_H__ | ||||
| #define __UTIL_HALF_H__ | #define __UTIL_HALF_H__ | ||||
| #include "util_types.h" | #include "util/util_types.h" | ||||
| #include "util_math.h" | #include "util/util_math.h" | ||||
| #ifdef __KERNEL_SSE2__ | #ifdef __KERNEL_SSE2__ | ||||
| #include "util_simd.h" | #include "util/util_simd.h" | ||||
| #endif | #endif | ||||
| CCL_NAMESPACE_BEGIN | CCL_NAMESPACE_BEGIN | ||||
| /* Half Floats */ | /* Half Floats */ | ||||
| #ifdef __KERNEL_OPENCL__ | #ifdef __KERNEL_OPENCL__ | ||||
| ▲ Show 20 Lines • Show All 111 Lines • Show Last 20 Lines | |||||