mirror of
https://github.com/pezkuwichain/revive.git
synced 2026-06-13 00:31:02 +00:00
use __bswap in favor of LLVM intrinsic
Signed-off-by: xermicus <cyrill@parity.io>
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user