From 016cb77445857b63b3c5ba3ea095c5a36a357fbd Mon Sep 17 00:00:00 2001 From: iximeow Date: Sun, 1 Jun 2025 23:51:42 +0000 Subject: 3dnow was still supported on K8, K10. 32-bit mode should learn about uarch tweaks too --- test/long_mode/mod.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test/long_mode') diff --git a/test/long_mode/mod.rs b/test/long_mode/mod.rs index 9493a63..2c7771c 100644 --- a/test/long_mode/mod.rs +++ b/test/long_mode/mod.rs @@ -3454,7 +3454,8 @@ fn test_3dnow() { test_display_under(&InstDecoder::default(), bytes, text); test_invalid_under(&InstDecoder::minimal(), bytes); test_invalid_under(&InstDecoder::minimal(), bytes); - test_invalid_under(&yaxpeax_x86::long_mode::uarch::amd::k8(), bytes); + test_display_under(&yaxpeax_x86::long_mode::uarch::amd::k8(), bytes, text); + test_invalid_under(&yaxpeax_x86::long_mode::uarch::amd::bulldozer(), bytes); test_invalid_under(&yaxpeax_x86::long_mode::uarch::intel::netburst(), bytes); } -- cgit v1.1