-
Notifications
You must be signed in to change notification settings - Fork 214
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Disable optimization to avoid pontential errors
Some function may be ignored or not well executed if optimization is applied. A classic example is test test_mm_set_rounding_mode. _mm_round_ps is computed in compiling time, in which case, rounding mode changing is ignored.
- Loading branch information
Showing
1 changed file
with
19 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters