diff options
author | Rose Hellsing <rose@pinkro.se> | 2025-09-15 11:16:59 +0200 |
---|---|---|
committer | Rose Hellsing <rose@pinkro.se> | 2025-09-15 11:16:59 +0200 |
commit | 4e851c67f1db22e96ebd6addee4d016bb001eec8 (patch) | |
tree | ff071c5d2887cce0aae41b1a9ce8aa74420ce56e /profiles/cherryblossom | |
parent | f7f8643a2d79686f5e52021c291271fdd5f69dbc (diff) | |
download | seeds-4e851c67f1db22e96ebd6addee4d016bb001eec8.tar.gz seeds-4e851c67f1db22e96ebd6addee4d016bb001eec8.tar.bz2 |
Bamboo: enhance profile config
Diffstat (limited to 'profiles/cherryblossom')
-rw-r--r-- | profiles/cherryblossom/make.default | 2 | ||||
-rw-r--r-- | profiles/cherryblossom/package.use | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/profiles/cherryblossom/make.default b/profiles/cherryblossom/make.default index 50fef0f..5612002 100644 --- a/profiles/cherryblossom/make.default +++ b/profiles/cherryblossom/make.default @@ -2,4 +2,4 @@ MAKEOPTS="-j6 -l6" EMERGE_DEFAULT_OPTS="--jobs 2 --ask --keep-going --autounmask" VIDEO_CARDS="-* intel nvidia" INPUT_DEVICES="libinput wacom" -CPU_FLAGS_X86="aes avx avx2 bmi1 bmi2 f16c fma3 mmx mmxext pclmul popcnt rdrand sse sse2 sse3 sse4_1 sse4_2 ssse3" + diff --git a/profiles/cherryblossom/package.use b/profiles/cherryblossom/package.use new file mode 100644 index 0000000..7922c8b --- /dev/null +++ b/profiles/cherryblossom/package.use @@ -0,0 +1 @@ +*/* CPU_FLAGS_X86: aes avx avx2 bmi1 bmi2 f16c fma3 mmx mmxext pclmul popcnt rdrand sse sse2 sse3 sse4_1 sse4_2 ssse3
\ No newline at end of file |