mirror of
https://github.com/opnsense/src.git
synced 2026-05-04 17:05:14 -04:00
Make our handling of MMX x SSE closer to what gcc does: * Enabling sse enables mmx. * Disabling (-mno-mmx) mmx, doesn't disable sse (we got this right already). * The order in not important. -msse -mno-mmx is the same as -mno-mmx -msse. Some configure scripts depend on this. PR: i386/165968 MFC after: 3 days |
||
|---|---|---|
| .. | ||
| include | ||
| lib | ||
| tools | ||
| utils/TableGen | ||
| LICENSE.TXT | ||