aboutsummaryrefslogtreecommitdiffstats
path: root/src/cmake/platform/octeon9.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmake/platform/octeon9.cmake')
-rw-r--r--src/cmake/platform/octeon9.cmake4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/cmake/platform/octeon9.cmake b/src/cmake/platform/octeon9.cmake
new file mode 100644
index 00000000000..46ca7dfa64a
--- /dev/null
+++ b/src/cmake/platform/octeon9.cmake
@@ -0,0 +1,4 @@
+
+set(VPP_PLATFORM_CACHE_LINE_SIZE 128)
+set(VPP_PLATFORM_MARCH_FLAGS -march=armv8.2-a+crc+crypto)
+set(VPP_PLATFORM_BUFFER_ALIGN 128)