AsmGrader 0.0.0
Loading...
Searching...
No Matches
os.hpp File Reference
#include <asmgrader/common/aliases.hpp>
#include <libassert/assert.hpp>
#include <bit>
Include dependency graph for os.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  asmgrader
 

Enumerations

enum class  asmgrader::ProcessorKind { asmgrader::Aarch64 , asmgrader::x86_64 }
 
enum class  asmgrader::EndiannessKind { asmgrader::Little = 0 , asmgrader::Big = 1 , asmgrader::Native = (is_little_endian() ? Little : Big) }
 

Functions

consteval bool asmgrader::is_little_endian ()