mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 21:27:35 +00:00
Kernel: Make sure we don't use any FPU/MMX/SSE instructions.
This commit is contained in:
parent
5c68929aa1
commit
2d7cad6a16
6 changed files with 10 additions and 16 deletions
|
@ -8,8 +8,7 @@ public:
|
|||
RandomDevice();
|
||||
virtual ~RandomDevice() override;
|
||||
|
||||
static int random_value();
|
||||
static float random_percentage();
|
||||
static dword random_value();
|
||||
|
||||
private:
|
||||
// ^CharacterDevice
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue