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