Sign in
swiftshader
/
SwiftShader
/
f61d5b22c1d6e488b81071a8b0fe97855b3765c0
/
.
/
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
);