mirror of
https://github.com/opnsense/src.git
synced 2026-02-27 20:01:13 -05:00
3 lines
252 B
C
3 lines
252 B
C
// RUN: %clang -ccc-host-triple i386-unknown-unknown -### -S %s -msse -msse4 -mno-sse -mno-mmx -msse 2> %t
|
|
// RUN: grep '"-target-feature" "+sse" "-target-feature" "+sse4" "-target-feature" "-sse" "-target-feature" "-mmx" "-target-feature" "+sse"' %t
|
|
|