correct typo

This commit is contained in:
Yang Li 2021-07-18 17:33:00 +08:00 committed by Michael Vines
parent 59cd0556ef
commit 1507477306
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ attempts to use a float operation that is not supported, the runtime will report
an unresolved symbol error.
Float operations are performed via software libraries, specifically LLVM's float
builtins. Due to be software emulated they consume more compute units than
builtins. Due to the software emulated they consume more compute units than
integer operations. In general, fixed point operations are recommended where
possible.