Deleted Added
sdiff udiff text old ( 13119:398a93017471 ) new ( 13610:5d5404ac6288 )
full compact
1/*
2 * Copyright (c) 2015-2016, 2018 ARM Limited
3 * All rights reserved
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

--- 634 unchanged lines hidden (view full) ---

643 if (2 * i < value.size())
644 b = stoul(value.substr(i * 2, 2), nullptr, 16);
645 v.template raw_ptr<uint8_t>()[i] = b;
646 }
647 return true;
648}
649/** @} */
650
651#endif /* __ARCH_GENERIC_VEC_REG_HH__ */