![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
#include <stdio.h>
Include dependency graph for sse_test.c:Macros | |
| #define | cpuid(func, ax, bx, cx, dx) __asm__ __volatile__ ("cpuid":"=a" (eax), "=b" (ebx), "=c" (ecx), "=d" (edx) : "a" (func)); |
Functions | |
| int | main (int argc, char **argv) |
| #define cpuid | ( | func, | |
| ax, | |||
| bx, | |||
| cx, | |||
| dx | |||
| ) | __asm__ __volatile__ ("cpuid":"=a" (eax), "=b" (ebx), "=c" (ecx), "=d" (edx) : "a" (func)); |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
References cpuid.
Referenced by _draw_ellipse(), _draw_location(), _draw_rectangle(), and _view_map_draw_location().