crypto: implement md5, which now used by sprof
This commit is contained in:
@@ -20,11 +20,11 @@
|
||||
|
||||
namespace ams::util {
|
||||
|
||||
constexpr bool IsLittleEndian() {
|
||||
consteval bool IsLittleEndian() {
|
||||
return std::endian::native == std::endian::little;
|
||||
}
|
||||
|
||||
constexpr bool IsBigEndian() {
|
||||
consteval bool IsBigEndian() {
|
||||
return std::endian::native == std::endian::big;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user