Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mertcandav committed Jul 30, 2023
1 parent 05ed7e4 commit 97323a6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
3 changes: 1 addition & 2 deletions src/compiler/platform-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,8 @@ The `unix` includes: `darwin` `linux`

- `i386`
- `amd64`
- `arm`
- `arm64`

The `64bit` includes: `amd64` `arm64`

The `32bit` includes: `i386` `arm`
The `32bit` includes: `i386`
6 changes: 0 additions & 6 deletions src/standard-library/std-jule-build.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,11 +169,6 @@ Reports whether architecture is amd64.

---

`fn is_arm(arch: str): bool`\
Reports whether architecture is arm.

---

`fn is_arm64(arch: str): bool`\
Reports whether architecture is arm64.

Expand Down Expand Up @@ -249,7 +244,6 @@ Architectures for file annotation kind.

**Fields:**
- `I386`
- `Arm`
- `Arm64`
- `Amd64`
- `Bit32`
Expand Down

0 comments on commit 97323a6

Please sign in to comment.