mirror of
https://github.com/luau-lang/rfcs.git
synced 2025-04-05 02:50:59 +01:00
Added information in function-math-fma.md
Added mention regarding compiler complexity
This commit is contained in:
parent
d213b82f91
commit
3f5aa5f40a
1 changed files with 1 additions and 0 deletions
|
@ -113,6 +113,7 @@ When generating `native` code with `--!native` or `@native`, the operation shoul
|
||||||
- The use of `math.fma` may result in confusing code if it is not cleanly implemented by the developer.
|
- The use of `math.fma` may result in confusing code if it is not cleanly implemented by the developer.
|
||||||
- Additional function added to the `math` library, which may only see use from more experienced developers that understand the micro-optimization of mathematical operations.
|
- Additional function added to the `math` library, which may only see use from more experienced developers that understand the micro-optimization of mathematical operations.
|
||||||
- Documentation for `math.fma`, particularly its benefits, pitfalls, and behavior are required to well explain when, why, and how to use `math.fma`.
|
- Documentation for `math.fma`, particularly its benefits, pitfalls, and behavior are required to well explain when, why, and how to use `math.fma`.
|
||||||
|
- Complexity added to the compiler for native code generation.
|
||||||
|
|
||||||
## Alternatives
|
## Alternatives
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue