Efraim Flashner
|
e8af2ea63a
|
gnu: cpu: Add detection for AMD CPUs.
* guix/cpu.scm <cpu>: Add vendor field.
(current-cpu): Also fill in the 'vendor' field.
(cpu->gcc-architecture): Add detection logic for AMD CPUs.
|
2022-02-13 14:58:43 +02:00 |
|
Efraim Flashner
|
73373ce5f8
|
guix: cpu: Rewrite based on feature flags.
* guix/cpu.scm (cpu->gcc-architecture): Rewrite detection based on
detected feature flags.
|
2022-02-13 14:48:08 +02:00 |
|
Ludovic Courtès
|
a644f88d28
|
Add (guix cpu).
* guix/cpu.scm: New file.
* Makefile.am (MODULES): Add it.
|
2022-01-01 15:23:24 +01:00 |
|