I hereby claim:
- I am aunali1 on github.
- I am aunali1 (https://keybase.io/aunali1) on keybase.
- I have a public key ASC7e2emrZem8nwrNamDmthqhJBpyynX2RuCQ1MVIyOSYQo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| Computer Information: | |
| Manufacturer: Unknown | |
| Model: Unknown | |
| Form Factor: Desktop | |
| No Touch Input Detected | |
| Processor Information: | |
| CPU Vendor: GenuineIntel | |
| CPU Brand: Intel(R) Core(TM) i7-6800K CPU @ 3.40GHz | |
| CPU Family: 0x6 |
| // Compile with: gcc -O1 -o spectre spectre.c | |
| // | |
| #include <stdio.h> | |
| #include <stdlib.h> | |
| #include <stdint.h> | |
| #ifdef _MSC_VER | |
| #include <intrin.h> /* for rdtscp and clflush */ | |
| #pragma optimize("gt",on) | |
| #else | |
| #include <x86intrin.h> /* for rdtscp and clflush */ |