Andrew Kelley 09f1d62bdf add new builtin function @tan
The reason for having `@tan` is that we already have `@sin` and `@cos`
because some targets have machine code instructions for them, but in the
case that the implementation needs to go into compiler-rt, sin, cos, and
tan all share a common dependency which includes a table of data. To
avoid duplicating this table of data, we promote tan to become a builtin
alongside sin and cos.

ZIR: The tag enum is at capacity so this commit moves
`field_call_bind_named` to be `extended`. I measured this as one of
the least used tags in the zig codebase.

Fix libc math suffix for `f32` being wrong in both stage1 and stage2.
stage1: add missing libc prefix for float functions.
2022-04-27 16:45:23 -07:00
..
2022-03-18 15:02:52 -07:00
2022-02-22 21:57:42 +01:00
2021-06-21 17:03:03 -07:00
2022-03-05 11:31:51 +01:00
2022-03-09 13:53:20 -07:00
2022-04-27 16:45:23 -07:00
2022-02-22 21:57:42 +01:00
2022-02-28 23:20:05 +01:00
2022-03-09 13:53:20 -07:00
2022-03-09 13:53:20 -07:00
2022-03-08 21:10:04 +01:00
2022-03-18 15:02:52 -07:00
2022-02-09 10:28:48 +01:00
2022-03-18 15:02:52 -07:00
2022-03-09 13:53:20 -07:00
2022-03-18 15:02:52 -07:00
2022-03-26 21:20:29 +01:00
2022-03-23 21:40:33 +01:00
2022-03-09 13:53:20 -07:00
2022-03-23 21:40:33 +01:00
2022-03-18 15:02:52 -07:00
2022-03-18 15:02:52 -07:00
2022-03-09 13:53:20 -07:00
2022-03-23 21:40:33 +01:00