const btver2: CpuModel = .{ .name = "btver2", .llvm_name = "btver2", .features = featureSet(&.{.64bit, .aes, .bmi, .cmov, .crc32, .cx16, .f16c, .fast_15bytenop, .fast_bextr, .fast_hops, .fast_lzcnt, .fast_movbe, .fast_scalar_shift_masks, .fast_vector_shift_masks, .fxsr, .lzcnt, .mmx, .movbe, .nopl, .pclmul, .popcnt, .prfchw, .sahf, .sbb_dep_breaking, .slow_shld, .sse4a, .x87, .xsaveopt}) };
[src]