re(`-m(no-)?v?aes`),
re(`-marm`),
re(`-m(no-)?avx[0-9a-z]*`),
+ re(`-mcmodel=[0-9a-z-]+`),
re(`-mfloat-abi=([^@\-].*)`),
re(`-mfpmath=[0-9a-z,+]*`),
re(`-m(no-)?avx[0-9a-z.]*`),
re(`-mmacosx-(.+)`),
re(`-mios-simulator-version-min=(.+)`),
re(`-miphoneos-version-min=(.+)`),
+ re(`-mlarge-data-threshold=[0-9]+`),
re(`-mtvos-simulator-version-min=(.+)`),
re(`-mtvos-version-min=(.+)`),
re(`-mwatchos-simulator-version-min=(.+)`),
{"-g"},
{"-ggdb"},
{"-march=souza"},
+ {"-mcmodel=medium"},
{"-mcpu=123"},
{"-mfpu=123"},
+ {"-mlarge-data-threshold=16"},
{"-mtune=happybirthday"},
{"-mstack-overflow"},
{"-mno-stack-overflow"},
{"-g-gdb"},
{"-march=@dawn"},
{"-march=-dawn"},
+ {"-mcmodel=@model"},
+ {"-mlarge-data-threshold=@12"},
{"-std=@c99"},
{"-std=-c99"},
{"-x@c"},