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