diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2023-11-08 16:18:14 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2023-11-08 16:18:14 +0100 |
| commit | e082001f7c7c8ce0d20aebad4e6d6f22d3bf854c (patch) | |
| tree | 7a8b9875d067feb6c96f39be4080397f8f1eef2d /utils | |
| parent | 72c9082c9824c7ffecc97a94083aa350956285e4 (diff) | |
| download | nissy-core-e082001f7c7c8ce0d20aebad4e6d6f22d3bf854c.tar.gz nissy-core-e082001f7c7c8ce0d20aebad4e6d6f22d3bf854c.zip | |
Moved documentation around, improved configure.sh
Diffstat (limited to '')
| -rw-r--r-- | utils/detect-immintrin.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/utils/detect-immintrin.c b/utils/detect-immintrin.c new file mode 100644 index 0000000..20da678 --- /dev/null +++ b/utils/detect-immintrin.c | |||
| @@ -0,0 +1,5 @@ | |||
| 1 | #include <immintrin.h> | ||
| 2 | |||
| 3 | int main() { | ||
| 4 | return 0; | ||
| 5 | } | ||
