forked from cbarne200/gcc68k
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gcc/ * config/i386/sse.md (define_insn "<sse2_avx_avx512f>_fix_notrunc<sf2simodelower><mode><mask_name>"): Add masking. (define_insn "fix_truncv8sfv8si2<mask_name>"): Ditto. (define_insn "fix_truncv4sfv4si2<mask_name>"): Ditto. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@215545 138bc75d-0d04-0410-961f-82ee72b054a4
- Loading branch information
kyukhin
committed
Sep 24, 2014
1 parent
7b988cc
commit d135c23
Showing
2 changed files
with
31 additions
and
15 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,19 @@ | ||
2014-09-24 Alexander Ivchenko <[email protected]> | ||
Maxim Kuznetsov <[email protected]> | ||
Anna Tikhonova <[email protected]> | ||
Ilya Tocar <[email protected]> | ||
Andrey Turetskiy <[email protected]> | ||
Ilya Verbin <[email protected]> | ||
Kirill Yukhin <[email protected]> | ||
Michael Zolotukhin <[email protected]> | ||
|
||
* config/i386/sse.md | ||
(define_insn | ||
"<sse2_avx_avx512f>_fix_notrunc<sf2simodelower><mode><mask_name>"): | ||
Add masking. | ||
(define_insn "fix_truncv8sfv8si2<mask_name>"): Ditto. | ||
(define_insn "fix_truncv4sfv4si2<mask_name>"): Ditto. | ||
|
||
2014-09-24 Alexander Ivchenko <[email protected]> | ||
Maxim Kuznetsov <[email protected]> | ||
Anna Tikhonova <[email protected]> | ||
|
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