Skip to content

Commit

Permalink
Remove text about div by zero from README (backend changed)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ttimofeyka committed Sep 22, 2024
1 parent 0d55b19 commit 7e2f3f4
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,6 @@ We are continuously working to minimize these occurrences.

If you encounter warnings about unrecognized features, disable them in options.json (set `sse` and `avx` to `0`) or use command-line options: `-SSE 0`, `-AVX 0`.

### Division by zero

The compiler defines any division by zero as **undefined behavior** in order to optimize the work with mathematics.
Always check the numbers if you are not sure before making a division or calling a mathematical function from standard library.

## Useful links

<a href="https://github.com/Ttimofeyka/Rave/blob/main/bindings.md">Bindings</a>
Expand Down

0 comments on commit 7e2f3f4

Please sign in to comment.