From 5545f618f96262bb880db0f0d985fb663a85e7bb Mon Sep 17 00:00:00 2001 From: Walter Oggioni Date: Tue, 4 Mar 2025 10:40:05 +0800 Subject: [PATCH] updated documentation --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index b78571c..bfe8833 100644 --- a/README.md +++ b/README.md @@ -82,6 +82,10 @@ It behaves the same as the jar file but it doesn't require a JVM and it has fast because of GraalVM's [closed-world assumption](https://www.graalvm.org/latest/reference-manual/native-image/basics/#static-analysis), the native executable does not supports plugins, so it comes with all plugins embedded into it. +> [!WARNING] +> The native executable is built with `-march=skylake`, so it may fail with SIGILL on x86 CPUs that do not support +> the full skylake instruction set (as a rule of thumb, older than 2015) + ## Integration with build tools ### Use RBCS with Gradle