| 73 | { |
| 74 | template<typename T> |
| 75 | inline Packet load(const T* from) const { return internal::pload<Packet>(from); } |
| 76 | |
| 77 | template<typename T> |
| 78 | inline void store(T* to, const Packet& x) const { internal::pstore(to,x); } |
no outgoing calls
no test coverage detected