Skip to content

Commit

Permalink
Merge pull request #1 from Sinestia/removefusion
Browse files Browse the repository at this point in the history
Remove's fusion_hook from builds
  • Loading branch information
ike709 authored Jul 24, 2021
2 parents a44eb01 + 7dd326e commit 59a91bb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/auxmos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
toolchain: stable
command: build
args: --target i686-pc-windows-msvc --release --features "all_reaction_hooks"
args: --target i686-pc-windows-msvc --release --features trit_fire_hook,plasma_fire_hook,generic_fire_hook
- name: Upload artifact
uses: actions/upload-artifact@v1
with:
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
with:
toolchain: stable
command: build
args: --target i686-unknown-linux-gnu --release --features "all_reaction_hooks"
args: --target i686-unknown-linux-gnu --release --features trit_fire_hook,plasma_fire_hook,generic_fire_hook
- name: Upload artifact
uses: actions/upload-artifact@v1
with:
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,7 @@ This code relies on some byond code on [this fork of Citadel](https://github.com

The compiled binary on Citadel is compiled for Citadel's CPU, which therefore means that it uses [AVX2 fused-multiply-accumulate](https://en.wikipedia.org/wiki/Advanced_Vector_Extensions#Advanced_Vector_Extensions_2). Yes, really. If you have issues, compile it yourself, via `cargo rustc --target=i686-pc-windows-msvc --release --features "all_reaction_hooks" -- -C target-cpu=native`.

IMPORTANT: For beecode, `--features "all_reaction_hooks"` will cause problems such as crashing, due to Bee having different fusion code. Replacing that argument with `--features trit_fire_hook,plasma_fire_hook,generic_fire_hook` will prevent auxtools from attempting to hook into fusion procs.

TODO:
I would quite a lot like monstermos to work.

0 comments on commit 59a91bb

Please sign in to comment.