Continue setup SPU
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
}
|
||||
|
||||
template<typename T>
|
||||
static constexpr __always_inline void io_class__volatile_assign(T& dst, const T& src) {
|
||||
static constexpr __always_inline void io_class__update_with(T& dst, const T& src) {
|
||||
typedef decltype(dst.raw_value) DST_VALUE;
|
||||
|
||||
const_cast<volatile DST_VALUE&>(dst.raw_value) = src.raw_value;
|
||||
|
Reference in New Issue
Block a user