use __bswap in favor of LLVM intrinsic

Signed-off-by: xermicus <cyrill@parity.io>
This commit is contained in:
xermicus
2024-04-25 11:45:28 +02:00
parent df8ebb61ec
commit 2913fbc494
7 changed files with 63 additions and 21 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ fn compile(source_path: &str, output_path: &str) {
.args([
"-O3",
"-filetype=asm",
"-mattr=+zbb,+e",
"-mattr=+zbb,+e,+m",
source_path,
"-o",
output_path,