Sign in
swiftshader
/
SwiftShader
/
bdbe40235bc8c48d69bf5dbb669c99f3ef7a1a31
/
.
/
crosstest
/
test_cast.h
blob: bf59cd9770c8b11ba4d756cb96efe2e08f91e3ab [
file
] [
log
] [
blame
]
template
<
typename
FromType
,
typename
ToType
>
ToType
cast
(
FromType
a
);
template
<
typename
FromType
,
typename
ToType
>
ToType
castBits
(
FromType
a
);