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
View File
@@ -33,3 +33,4 @@ pallet-contracts-pvm-llapi = { path = "../pallet-contracts-pvm-llapi" }
revive-linker = { path = "../linker" }
revive-builtins = { path = "../builtins" }
revive-stdlib = { path = "../stdlib" }
revive-extensions = { path = "../extensions" }