1
Fork 0
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:
Andreas Kling 2019-04-22 23:38:33 +02:00
parent 5c68929aa1
commit 2d7cad6a16
6 changed files with 10 additions and 16 deletions

View file

@ -8,8 +8,7 @@ public:
RandomDevice();
virtual ~RandomDevice() override;
static int random_value();
static float random_percentage();
static dword random_value();
private:
// ^CharacterDevice