Aerobus v1.2
|
embeds q32 into q64 More...
#include <aerobus.h>
Public Types | |
template<typename v > | |
using | type = make_q64_t< static_cast< int64_t >(v::x::v), static_cast< int64_t >(v::y::v)> |
q64 representation of v | |
embeds q32 into q64
using aerobus::Embed< q32, q64 >::type = make_q64_t<static_cast<int64_t>(v::x::v), static_cast<int64_t>(v::y::v)> |
q64 representation of v
v | a value in q32 |