mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
that use SSE. The compiler does attempt to do this in main() but not very successfully - it still manages to use unaligned offsets from %ebp in some cases. Also we need to have an aligned stack in case something uses SSE via _init(). MFC After: 1 week |
||
|---|---|---|
| .. | ||
| crt1.c | ||
| crti.S | ||
| crtn.S | ||
| Makefile | ||