From 8461e546983d89e69780c77565663a19ace82ae0 Mon Sep 17 00:00:00 2001 From: Keunhong Lee Date: Mon, 19 Feb 2024 12:56:16 +0900 Subject: [PATCH] save --- dpdk-sys/build.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dpdk-sys/build.rs b/dpdk-sys/build.rs index 595d5bc..cfb1b08 100644 --- a/dpdk-sys/build.rs +++ b/dpdk-sys/build.rs @@ -301,7 +301,7 @@ impl State { // Heuristically remove platform-specific headers let platform_set = vec![ - "x86", "x86_64", "x64", "arm", "arm32", "arm64", "amd64", "generic", + "x86", "x86_64", "x64", "arm", "arm32", "arm64", "amd64", "generic", "gfni", "32", "64", ]; // Remove blacklist headers let blacklist_prefix = vec!["rte_acc_"];