File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -74,6 +74,15 @@ Non-comprehensive list of changes in this release
74
74
Changes to the LLVM IR
75
75
----------------------
76
76
77
+ * The fast-math-flags (FMF) have been updated. Previously, the 'fast' flag
78
+ indicated that floating-point reassociation was allowed and all other flags
79
+ were set too. The 'fast' flag still exists, but there is a new flag called
80
+ 'reassoc' to indicate specifically that reassociation is allowed. A new bit
81
+ called 'afn' was also added to selectively allow approximations for common
82
+ mathlib functions like square-root. The new flags provide more flexibility
83
+ to enable/disable specific floating-point optimizations. Making the
84
+ optimizer respond appropriately to these flags is an ongoing effort.
85
+
77
86
Changes to the AArch64 Target
78
87
-----------------------------
79
88
You can’t perform that action at this time.
0 commit comments