File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed
Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 1+ Version 7.4.2
2+ - Added missing __builtin_frac keyword for C
3+
14Version 7.4.1
25- Made `@@@func` return the address of the first instruction of the
36function func, in both Spin2 and C.
Original file line number Diff line number Diff line change @@ -2678,6 +2678,7 @@ struct reservedword c_keywords[] = {
26782678 { "__builtin_cogstart" , C_BUILTIN_COGSTART },
26792679 { "__builtin_cogstart_cog" , C_BUILTIN_COGSTART_COG },
26802680 { "__builtin_expect" , C_BUILTIN_EXPECT },
2681+ { "__builtin_frac" , C_BUILTIN_FRAC },
26812682 { "__builtin_longjmp" , C_BUILTIN_LONGJMP },
26822683 { "__builtin_mulh" , C_BUILTIN_MULH },
26832684 { "__builtin_muluh" , C_BUILTIN_MULUH },
Original file line number Diff line number Diff line change 66
77#define VERSION_MAJOR 7
88#define VERSION_MINOR 4
9- #define VERSION_REV 1
9+ #define VERSION_REV 2
1010//#define BETA "-beta"
1111
1212#define VERSIONSTR version_string
You can’t perform that action at this time.
0 commit comments