--- nono/lib/Makefile 2026/04/29 17:05:15 1.1.1.7 +++ nono/lib/Makefile 2026/04/29 17:05:26 1.1.1.8 @@ -29,6 +29,11 @@ CXXSRCS_lib= \ panic.cpp \ textscreen.cpp \ +.if "${HOST_HAS_AVX2}" == "yes" +CXXSRCS_lib+= bitmap_avx2.cpp +CXXFLAGS.bitmap_avx2.cpp+= -mavx2 +.endif + CXXSRCS_test= \ test_mystring.cpp \