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